[llvm] [CFIFixup] Fixup CFI for split functions with synchronous uwtables (PR #125299)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 7 10:39:20 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 82b923defe27cc46ecf3084f3a8f1c0d1c36199e e77489dbfb7a154d9a198559a62c01c189ea5576 --extensions h,cpp -- llvm/include/llvm/CodeGen/TargetFrameLowering.h llvm/lib/CodeGen/CFIFixup.cpp llvm/lib/CodeGen/TargetFrameLoweringImpl.cpp llvm/lib/Target/AArch64/AArch64FrameLowering.cpp llvm/lib/Target/AArch64/AArch64FrameLowering.h
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/llvm/lib/CodeGen/CFIFixup.cpp b/llvm/lib/CodeGen/CFIFixup.cpp
index 8c93014af1..d55e477ecf 100644
--- a/llvm/lib/CodeGen/CFIFixup.cpp
+++ b/llvm/lib/CodeGen/CFIFixup.cpp
@@ -250,7 +250,8 @@ fixupBlock(MachineBasicBlock &CurrBB, const BlockFlagsVector &BlockInfo,
if (!Info.Reachable)
return false;
- // If we don't need to fix up CFI at the block level, we only need to fix up the first basic block in the section.
+ // If we don't need to fix up CFI at the block level, we only need to fix up
+ // the first basic block in the section.
if (!TFL.enableBlockLevelCFIFixup(MF) && !CurrBB.isBeginSection())
return false;
``````````
</details>
https://github.com/llvm/llvm-project/pull/125299
More information about the llvm-commits
mailing list