summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/stack-update-frame-opcode.ll
Commit message (Collapse)AuthorAgeFilesLines
* Fix typoEli Bendersky2013-02-191-1/+1
| | | | llvm-svn: 175530
* This is a follow-up on r174446, now taking Atom processors intoEli Bendersky2013-02-061-0/+31
| | | | | | | | | | | | account. Atoms use LEA for updating SP in prologs/epilogs, and the exact LEA opcode depends on the data model. Also reapplying the test case which was added and then reverted (because of Atom failures), this time specifying explicitly the CPU in addition to the triple. The test case now checks all variations (data mode, cpu Atom vs. Core). llvm-svn: 174542
* Remove this test in the meantime, since it won't pass on Atom. Atom uses leaEli Bendersky2013-02-061-22/+0
| | | | | | | to move the stack pointer in prologs/epilogs. I will fix the test and add it back later. llvm-svn: 174484
* Test for r174446Eli Bendersky2013-02-051-0/+22
llvm-svn: 174464
OpenPOWER on IntegriCloud