[PATCH] D27271: [AArch64] Fold more spilled/refilled COPYs.
Quentin Colombet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 30 13:56:21 PST 2016
qcolombet accepted this revision.
qcolombet added a comment.
This revision is now accepted and ready to land.
LGTM with one nitpick.
Thanks,
Q.
================
Comment at: lib/Target/AArch64/AArch64InstrInfo.cpp:2645
+ } else {
+ assert(Ops[0] == 1);
+ loadRegFromStackSlot(MBB, InsertPt, DstReg, FrameIndex, &DstRC, &TRI);
----------------
Could you add a message in the assert please?
https://reviews.llvm.org/D27271
More information about the llvm-commits
mailing list