[PATCH] D76518: [ARM] CMSE code generation
Momchil Velikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 1 01:36:54 PDT 2020
chill marked an inline comment as done.
chill added inline comments.
================
Comment at: llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp:1965
+ NewCall->addOperand(MI.getOperand(I));
+ MI.getMF()->moveCallSiteInfo(&MI, NewCall.getInstr());
+
----------------
This added line is the last change.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76518/new/
https://reviews.llvm.org/D76518
More information about the llvm-commits
mailing list