[llvm] [SystemZ] Add `is(LoadFrom|StoreTo)StackSlotPostFE` to SystemZBackend (PR #132928)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 25 05:54:10 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 64779455b8f4875c7de690dd4c3e324dbbcb3029 78bdca95e18da77c6334bd058e7da0f4988bb040 --extensions cpp,h -- llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp llvm/lib/Target/SystemZ/SystemZInstrInfo.h
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/llvm/lib/Target/SystemZ/SystemZInstrInfo.h b/llvm/lib/Target/SystemZ/SystemZInstrInfo.h
index 5104420553..0e36c3b298 100644
--- a/llvm/lib/Target/SystemZ/SystemZInstrInfo.h
+++ b/llvm/lib/Target/SystemZ/SystemZInstrInfo.h
@@ -233,9 +233,9 @@ public:
Register isStoreToStackSlot(const MachineInstr &MI,
int &FrameIndex) const override;
Register isLoadFromStackSlotPostFE(const MachineInstr &MI,
- int &FrameIndex) const override;
+ int &FrameIndex) const override;
Register isStoreToStackSlotPostFE(const MachineInstr &MI,
- int &FrameIndex) const override;
+ int &FrameIndex) const override;
bool isStackSlotCopy(const MachineInstr &MI, int &DestFrameIndex,
int &SrcFrameIndex) const override;
bool analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
``````````
</details>
https://github.com/llvm/llvm-project/pull/132928
More information about the llvm-commits
mailing list