brintos

brintos / llvm-project-archived public Read only

0
0
Text · 329 B · 93307ac Raw
12 lines · plain
1; RUN: llc -mtriple=lanai < %s | FileCheck %s2 3; Native atomics are unsupported, so all are oversize.4define void @test(ptr %a) nounwind {5; CHECK-LABEL: test:6; CHECK: bt __atomic_load_17; CHECK: bt __atomic_store_18  %1 = load atomic i8, ptr %a monotonic, align 169  store atomic i8 %1, ptr %a monotonic, align 1610  ret void11}12