github-actions[bot] wrote:

<!--LLVM CODE FORMAT COMMENT: {clang-format}-->


:warning: C/C++ code formatter, clang-format found issues in your code. 
:warning:

<details>
<summary>
You can test this locally with the following command:
</summary>

``````````bash
git-clang-format --diff c31b0c4f057a2b91ea504356607b981f44bc5e62 
7ef9eb592f3d84763de4d9a59cd6f6ea737e82f0 --extensions cpp,h -- 
llvm/lib/Target/AMDGPU/SIOptimizeExecMaskingPreRA.h 
llvm/lib/Target/AMDGPU/AMDGPU.h llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp 
llvm/lib/Target/AMDGPU/SIOptimizeExecMaskingPreRA.cpp
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git a/llvm/lib/Target/AMDGPU/SIOptimizeExecMaskingPreRA.h 
b/llvm/lib/Target/AMDGPU/SIOptimizeExecMaskingPreRA.h
index eca79c0d8d..ae908e10ad 100644
--- a/llvm/lib/Target/AMDGPU/SIOptimizeExecMaskingPreRA.h
+++ b/llvm/lib/Target/AMDGPU/SIOptimizeExecMaskingPreRA.h
@@ -1,5 +1,5 @@
 //===- SIOptimizeExecMaskingPreRA.h.h ---------------------------------------*-
-//C++- *-===//
+// C++- *-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM 
Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.

``````````

</details>


https://github.com/llvm/llvm-project/pull/125351
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to