[llvm-branch-commits] [llvm] [AMDGPU][NewPM] Port SIOptimizeExecMaskingPreRA to NPM (PR #125351)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sat Feb 1 10:28:16 PST 2025
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
More information about the llvm-branch-commits
mailing list