brintos

brintos / llvm-project-archived public Read only

0
0
Text · 301 B · a5cb10d Raw
13 lines · plain
1; RUN: llc -mtriple=hexagon < %s2target triple = "hexagon-unknown--elf"3 4; Function Attrs: norecurse nounwind5define void @_Z4lockv() #0 {6entry:7  %__shared_owners = alloca i32, align 48  %0 = cmpxchg weak ptr %__shared_owners, i32 0, i32 1 seq_cst seq_cst9  ret void10}11 12attributes #0 = { nounwind }13