[PATCH] D89483: [ARM][MachineOutliner] Emit more CFI instructions

Momchil Velikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 16 04:26:10 PDT 2020


chill planned changes to this revision.
chill added inline comments.


================
Comment at: llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp:6109
+  int64_t LRPosEntry =
+      MF.addFrameInst(MCCFIInstruction::createOffset(nullptr, DwarfLR, Align));
+  BuildMI(MBB, It, DebugLoc(), get(ARM::CFI_INSTRUCTION))
----------------
Need to fix the sign here and elsewhere ...


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

https://reviews.llvm.org/D89483



More information about the llvm-commits mailing list