summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/IPO/Inliner.cpp
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2015-05-05 20:07:10 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2015-05-05 20:07:10 +0000
commit85a0e23bc874da820800b0762a344b62e38df96d (patch)
tree354297506d1906d1ca5103608d3c7ceb0426e810 /llvm/lib/Transforms/IPO/Inliner.cpp
parent648467ed05ae10d339272c574235df43654b71d7 (diff)
downloadbcm5719-llvm-85a0e23bc874da820800b0762a344b62e38df96d.tar.gz
bcm5719-llvm-85a0e23bc874da820800b0762a344b62e38df96d.zip
Thumb2SizeReduction: Check the correct set of registers for LDMIA.
The register set for LDMIA begins at offset 3, not 4. We were previously missing the short encoding of this instruction in the case where the base register was the first register in the register set. Also clean up some dead code: - The isARMLowRegister check is redundant with what VerifyLowRegs does; replace with an assert. - Remove handling of LDMDB instruction, which has no short encoding (and does not appear in ReduceTable). Differential Revision: http://reviews.llvm.org/D9485 llvm-svn: 236535
Diffstat (limited to 'llvm/lib/Transforms/IPO/Inliner.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud