1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 12:02:58 +02:00
llvm-mirror/test/Feature/intrinsic-noduplicate.ll
2017-05-15 22:15:22 +00:00

11 lines
318 B
LLVM

; RUN: llvm-as < %s | llvm-dis | FileCheck %s
; REQUIRES: NVPTX
; Make sure LLVM knows about the convergent attribute on the
; llvm.nvvm.barrier0 intrinsic.
declare void @llvm.nvvm.barrier0()
; CHECK: declare void @llvm.nvvm.barrier0() #[[ATTRNUM:[0-9]+]]
; CHECK: attributes #[[ATTRNUM]] = { convergent nounwind }