summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/fast-isel-atomic.ll
Commit message (Collapse)AuthorAge
* Convert a bunch more tests over to the new atomic instructions.Eli Friedman2011-09-26
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140582 91177308-0d34-0410-b5e6-96231b3b80d8
* The same problem was being tracked in PR7652.Duncan Sands2010-07-20
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108843 91177308-0d34-0410-b5e6-96231b3b80d8
* After a custom inserter, in a block which has constant instructions,Dan Gohman2010-07-19
update the current basic block in addition to the current insert position, so that they remain consistent. This fixes rdar://8204072. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108765 91177308-0d34-0410-b5e6-96231b3b80d8