summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/stack-update-frame-opcode.ll
Commit message (Collapse)AuthorAge
* Fix typoEli Bendersky2013-02-19
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175530 91177308-0d34-0410-b5e6-96231b3b80d8
* This is a follow-up on r174446, now taking Atom processors intoEli Bendersky2013-02-06
| | | | | | | | | | | | | 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). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174542 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove this test in the meantime, since it won't pass on Atom. Atom uses leaEli Bendersky2013-02-06
| | | | | | | | to move the stack pointer in prologs/epilogs. I will fix the test and add it back later. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174484 91177308-0d34-0410-b5e6-96231b3b80d8
* Test for r174446Eli Bendersky2013-02-05
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174464 91177308-0d34-0410-b5e6-96231b3b80d8