[PATCH] D29763: Tighten ARMConstantInslands pass for Thumb-1 targets
John Brawn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 10 09:39:42 PST 2017
john.brawn added inline comments.
================
Comment at: lib/Target/ARM/ARMConstantIslandPass.cpp:2125
+ if (Next->definesRegister(ShiftedIdxReg, STI->getRegisterInfo()))
+ ClobbersShiftedIdxReg = true;
+ Next = Next->getNextNode();
----------------
Please use spaces instead of tabs.
https://reviews.llvm.org/D29763
More information about the llvm-commits
mailing list