brintos

brintos / llvm-project-archived public Read only

0
0
Text · 413 B · 42264ef Raw
11 lines · plain
1; RUN: llvm-as < %s | llvm-dis | FileCheck %s2; REQUIRES: nvptx-registered-target3 4; Make sure LLVM knows about the convergent attribute on the5; llvm.nvvm.barrier.cta.sync.aligned.all intrinsic.6 7declare void @llvm.nvvm.barrier.cta.sync.aligned.all(i32)8 9; CHECK: declare void @llvm.nvvm.barrier.cta.sync.aligned.all(i32) #[[ATTRNUM:[0-9]+]]10; CHECK: attributes #[[ATTRNUM]] = { convergent nocallback nounwind }11