[ARM] Rewrite how VCMP are lowered, using a single node
[llvm-core.git] / test / Feature / intrinsic-noduplicate.ll
blobf7b377aae38ba28169dd495f9c38ed70a7f35ebe
1 ; RUN: llvm-as < %s | llvm-dis | FileCheck %s
2 ; REQUIRES: NVPTX
4 ; Make sure LLVM knows about the convergent attribute on the
5 ; llvm.nvvm.barrier0 intrinsic.
7 declare void @llvm.nvvm.barrier0()
9 ; CHECK: declare void @llvm.nvvm.barrier0() #[[ATTRNUM:[0-9]+]]
10 ; CHECK: attributes #[[ATTRNUM]] = { convergent nounwind }