Mercurial > hg > CbC > CbC_llvm
diff test/CodeGen/X86/2010-10-08-cmpxchg8b.ll @ 95:afa8332a0e37 LLVM3.8
LLVM 3.8
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 13 Oct 2015 17:48:58 +0900 |
parents | 54457678186b |
children | 803732b1fca8 |
line wrap: on
line diff
--- a/test/CodeGen/X86/2010-10-08-cmpxchg8b.ll Wed Feb 18 14:56:07 2015 +0900 +++ b/test/CodeGen/X86/2010-10-08-cmpxchg8b.ll Tue Oct 13 17:48:58 2015 +0900 @@ -16,8 +16,7 @@ entry: br label %loop loop: -; CHECK: lock -; CHECK-NEXT: cmpxchg8b +; CHECK: lock cmpxchg8b %pair = cmpxchg i64* %ptr, i64 0, i64 1 monotonic monotonic %r = extractvalue { i64, i1 } %pair, 0 %stored1 = icmp eq i64 %r, 0