aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/peep-test-3.ll
Commit message (Collapse)AuthorAgeFilesLines
* Turn on post-alloc scheduling for x86.Evan Cheng2009-10-181-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84431 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a comment mentioning the rdar number associated with this test.Dan Gohman2009-09-211-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82471 91177308-0d34-0410-b5e6-96231b3b80d8
* Delete the label names from this test to make it less fragile.Dan Gohman2009-09-181-4/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82276 91177308-0d34-0410-b5e6-96231b3b80d8
* Add support for using the FLAGS result of or, xor, and and instructionsDan Gohman2009-09-181-0/+88
on x86, to avoid explicit test instructions. A few existing tests changed due to arbitrary register allocation differences. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82263 91177308-0d34-0410-b5e6-96231b3b80d8