[clang] [llvm] [PowerPC] Enable indiviual crbits tracking at -O2 (PR #133617)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 29 21:32:40 PDT 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 HEAD~1 HEAD --extensions cpp,h -- clang/lib/Basic/Targets/PPC.cpp llvm/lib/Target/PowerPC/PPCSubtarget.cpp llvm/lib/Target/PowerPC/PPCSubtarget.h llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/llvm/lib/Target/PowerPC/PPCSubtarget.h b/llvm/lib/Target/PowerPC/PPCSubtarget.h
index fcb17d71e..487937dfd 100644
--- a/llvm/lib/Target/PowerPC/PPCSubtarget.h
+++ b/llvm/lib/Target/PowerPC/PPCSubtarget.h
@@ -209,7 +209,7 @@ public:
}
POPCNTDKind hasPOPCNTD() const { return HasPOPCNTD; }
- bool useCRBits() const;
+ bool useCRBits() const;
const Triple &getTargetTriple() const { return TargetTriple; }
``````````
</details>
https://github.com/llvm/llvm-project/pull/133617
More information about the llvm-commits
mailing list