[llvm] [AArch64][MachinePipeliner] Add pipeliner support for AArch64 (PR #79589)

via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 30 04:40:38 PST 2024


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 0ab539fd6748adf2f638e10514dd9419597d8863 fa505307139de559dcebacc0159f84d32facb32f -- llvm/lib/Target/AArch64/AArch64InstrInfo.cpp llvm/lib/Target/AArch64/AArch64InstrInfo.h llvm/lib/Target/AArch64/AArch64Subtarget.cpp llvm/lib/Target/AArch64/AArch64Subtarget.h llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
``````````

</details>

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

``````````diff
diff --git a/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp b/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
index 6f3bc54dd1..9b0fd306fa 100644
--- a/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
+++ b/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
@@ -9640,7 +9640,7 @@ public:
 } // namespace
 
 static bool isCompareAndBranch(unsigned Opcode) {
-  switch(Opcode) {
+  switch (Opcode) {
   case AArch64::CBZW:
   case AArch64::CBZX:
   case AArch64::CBNZW:

``````````

</details>


https://github.com/llvm/llvm-project/pull/79589


More information about the llvm-commits mailing list