summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/thumb-big-stack.ll
Commit message (Collapse)AuthorAgeFilesLines
* [ARM][TEST] Strengthen test against smarter reg alloc.Quentin Colombet2015-05-011-3/+3008
| | | | | | | | Follow-up of r236247. rdar://problem/20770899 llvm-svn: 236296
* [ARM] Do not generate invalid encoding for stack adjust, even if this is justQuentin Colombet2015-04-301-0/+3839
temporary. Because of that: 1. The machine verifier was complaining on such code. 2. The generate code worked just because the thumb reduction size pass fixed the opcode. rdar://problem/20749824 llvm-svn: 236247
OpenPOWER on IntegriCloud