summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/load-arm.ll
Commit message (Collapse)AuthorAgeFilesLines
* ARM: add extra test for addrmode folding.Tim Northover2017-05-031-0/+11
| | | | | | | I was worried we might replace a mul with a mul+shift even if there were later uses. Turns out to be unfounded but I'd just as well add an actual test for it. llvm-svn: 302051
* ARM: avoid handing a deleted node back to TableGen during ISel.Tim Northover2017-05-021-0/+17
When we replaced the multiplicand the destination node might already exist. When that happens the original gets CSEd and deleted. However, it's actually used as the offset so nonsense is produced. Should fix PR32726. llvm-svn: 301983
OpenPOWER on IntegriCloud