12 lines · plain
1; RUN: llvm-link %S/Inputs/syncscope-1.ll %S/Inputs/syncscope-2.ll -S | FileCheck %s2 3; CHECK-LABEL: define void @syncscope_14; CHECK: fence syncscope("agent") seq_cst5; CHECK: fence syncscope("workgroup") seq_cst6; CHECK: fence syncscope("wavefront") seq_cst7 8; CHECK-LABEL: define void @syncscope_29; CHECK: fence syncscope("image") seq_cst10; CHECK: fence syncscope("agent") seq_cst11; CHECK: fence syncscope("workgroup") seq_cst12