[mlir][acc] Introduce MappableType interface (#122146)
[llvm-project.git] / llvm / test / CodeGen / Hexagon / intrinsics / llsc_bundling.ll
bloba5cb10d191232aff3e971e9a8f7e7a8fc67fe258
1 ; RUN: llc -mtriple=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 ptr %__shared_owners, i32 0, i32 1 seq_cst seq_cst
9   ret void
12 attributes #0 = { nounwind }