1 ; RUN: llvm-as < %s | llvm-dis | FileCheck %s 2 3 ; Make sure LLVM knows about the convergent attribute on the 4 ; llvm.nvvm.barrier0 intrinsic. 5 6 declare void @llvm.nvvm.barrier0() 7 8 ; CHECK: declare void @llvm.nvvm.barrier0() #[[ATTRNUM:[0-9]+]] 9 ; CHECK: attributes #[[ATTRNUM]] = { convergent nounwind } 10