[PATCH] D22150: ARM: Remove implicit iterator conversions, NFC

Duncan P. N. Exon Smith via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 8 12:06:01 PDT 2016


dexonsmith created this revision.
dexonsmith added a subscriber: llvm-commits.
Herald added subscribers: rengolin, aemerson.

Remove remaining implicit conversions from MachineInstrBundleIterator to
MachineInstr* from the ARM backend.  In most cases, I made them less attractive
by preferring MachineInstr& or using a ranged-based for loop.

Once all the backends are fixed I'll make the operator explicit so that this
doesn't bitrot back.


http://reviews.llvm.org/D22150

Files:
  lib/Target/ARM/A15SDOptimizer.cpp
  lib/Target/ARM/ARMBaseInstrInfo.cpp
  lib/Target/ARM/ARMConstantIslandPass.cpp
  lib/Target/ARM/ARMExpandPseudoInsts.cpp
  lib/Target/ARM/ARMFrameLowering.cpp
  lib/Target/ARM/ARMISelLowering.cpp
  lib/Target/ARM/ARMLoadStoreOptimizer.cpp
  lib/Target/ARM/Thumb1FrameLowering.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22150.63277.patch
Type: text/x-patch
Size: 29582 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160708/26a39d0b/attachment.bin>


More information about the llvm-commits mailing list