[PATCH] D74303: [CFI] cfi directive insertion for callee-save-registers in CFIInstrInserter pass
Francis Visoiu Mistrih via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 4 10:05:53 PST 2020
thegameg accepted this revision.
thegameg added a comment.
This revision is now accepted and ready to land.
LGTM, this looks great, thanks @wmi.
================
Comment at: llvm/test/CodeGen/X86/cfi-epilogue-with-return.mir:29
+ bb.0:
+ successors: %bb.1(0x7fef9fcb), %bb.2(0x00106035)
+ liveins: $edi
----------------
You can also remove the branch probabilities in all the tests, e.g. in this test: `(0x7fef9fcb)` and `(0x00106035)`.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74303/new/
https://reviews.llvm.org/D74303
More information about the llvm-commits
mailing list