[PATCH] D22151: AArch64: Avoid implicit iterator conversions, NFC
Duncan P. N. Exon Smith via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 8 12:11:45 PDT 2016
dexonsmith created this revision.
dexonsmith added a subscriber: llvm-commits.
Herald added subscribers: rengolin, aemerson.
Avoid implicit conversions from MachineInstrBundleInstr to
MachineInstr* in the AArch64 backend, mainly by preferring MachineInstr&
over MachineInstr* when a pointer isn't nullable.
http://reviews.llvm.org/D22151
Files:
lib/Target/AArch64/AArch64A57FPLoadBalancing.cpp
lib/Target/AArch64/AArch64AdvSIMDScalarPass.cpp
lib/Target/AArch64/AArch64CleanupLocalDynamicTLSPass.cpp
lib/Target/AArch64/AArch64ConditionOptimizer.cpp
lib/Target/AArch64/AArch64ConditionalCompares.cpp
lib/Target/AArch64/AArch64FrameLowering.cpp
lib/Target/AArch64/AArch64InstrInfo.cpp
lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22151.63278.patch
Type: text/x-patch
Size: 50163 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160708/d312b747/attachment.bin>
More information about the llvm-commits
mailing list