[PATCH] D135686: [AArch64] Exclude instructions after setting the FP from SEH prologues

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 11 09:59:25 PDT 2022


efriedma added inline comments.


================
Comment at: llvm/lib/Target/AArch64/AArch64InstrInfo.cpp:4350
+        if (HasWinCFI)
+          *HasWinCFI = true;
         assert(SrcReg == AArch64::SP && "Unexpected SrcReg for SEH_StackAlloc");
----------------
I don't think you need to revert the part of the change involving the redundant `*HasWinCFI = true;`?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135686/new/

https://reviews.llvm.org/D135686



More information about the llvm-commits mailing list