[mlir][int-range] Limit xor int range inference to i1 (#116968)
[llvm-project.git] / llvm / test / Bitcode / weak-cmpxchg-upgrade.ll
blob9e75fb93dc50e7375262352e9bfcbd83cac7cc7e
1 ; RUN: llvm-dis < %s.bc | FileCheck %s
2 ; RUN: verify-uselistorder < %s.bc
4 ; cmpxchg-upgrade.ll.bc was produced by running a version of llvm-as from just
5 ; before the IR change on this file.
7 define i32 @test(i32* %addr, i32 %old, i32 %new) {
8 ; CHECK:  [[TMP:%.*]] = cmpxchg ptr %addr, i32 %old, i32 %new seq_cst monotonic
9 ; CHECK:  %val = extractvalue { i32, i1 } [[TMP]], 0
10   %val = cmpxchg i32* %addr, i32 %old, i32 %new seq_cst monotonic
11   ret i32 %val
14 define i32 @test(i32* %addr, i32 %old, i32 %new) {
15   ret i1 %val