[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / CodeGen / Hexagon / intrinsics / llsc_bundling.ll
blob966945b66f470eebf6dba02f7b6cfd4686e67c65
1 ; RUN: llc -march=hexagon < %s
2 target triple = "hexagon-unknown--elf"
4 ; Function Attrs: norecurse nounwind
5 define void @_Z4lockv() #0 {
6 entry:
7   %__shared_owners = alloca i32, align 4
8   %0 = cmpxchg weak i32* %__shared_owners, i32 0, i32 1 seq_cst seq_cst
9   ret void
12 attributes #0 = { nounwind }