[PATCH] D76518: [ARM] CMSE code generation
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 1 01:46:55 PDT 2020
dmgreen added inline comments.
================
Comment at: llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp:1965
+ NewCall->addOperand(MI.getOperand(I));
+ MI.getMF()->moveCallSiteInfo(&MI, NewCall.getInstr());
+
----------------
chill wrote:
> This added line is the last change.
Do we need to call if (MI.isCandidateForCallSiteEntry())?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76518/new/
https://reviews.llvm.org/D76518
More information about the llvm-commits
mailing list