[llvm] [PowerPC] Retire PPCExpandISel pass (PR #84289)

via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 14 22:41:54 PDT 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 c3a1eb6207d85cb37ea29306481b40c9f6402309 ac376a998357e55d0e94327e0922e9064f701be1 -- llvm/lib/Target/PowerPC/PPCExpandISEL.cpp llvm/lib/Target/PowerPC/PPCISelLowering.cpp llvm/lib/Target/PowerPC/PPCInstrInfo.cpp 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/PPCInstrInfo.cpp b/llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
index 87442d9bc5..852d230dbe 100644
--- a/llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
+++ b/llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
@@ -94,7 +94,6 @@ cl::opt<bool> GenerateISEL("ppc-gen-isel",
                            cl::desc("Enable generating the ISEL instruction."),
                            cl::init(true), cl::Hidden);
 
-
 // Pin the vtable to this file.
 void PPCInstrInfo::anchor() {}
 

``````````

</details>


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


More information about the llvm-commits mailing list