[PATCH] D61754: [PowerPC] Custom lower known CR bit spills
Hal Finkel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 13 12:58:24 PDT 2019
hfinkel added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp:731
+ MachineBasicBlock::reverse_iterator Ins;
+ unsigned CRBitSpillDistance=0;
+ for (Ins=MI; Ins!=MBB.rend(); Ins++) {
----------------
Please put spaces around the = here, and the = and == below (to match the general convention here).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61754/new/
https://reviews.llvm.org/D61754
More information about the llvm-commits
mailing list