DirectXShaderCompiler/test/Feature/intrinsic-noduplicate.ll

10 строки
311 B
LLVM
Исходник Обычный вид История

2016-12-28 22:52:27 +03:00
; RUN: llvm-as < %s | llvm-dis | FileCheck %s
; Make sure LLVM knows about the noduplicate attribute on the
; llvm.cuda.syncthreads intrinsic.
declare void @llvm.cuda.syncthreads()
; CHECK: declare void @llvm.cuda.syncthreads() #[[ATTRNUM:[0-9]+]]
; CHECK: attributes #[[ATTRNUM]] = { noduplicate nounwind }