[PATCH] D21161: [NVPTX] Mark bar.sync intrinsic as convergent.
Justin Lebar via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 9 12:56:09 PDT 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL272295: [NVPTX] Mark bar.sync intrinsic as convergent. (authored by jlebar).
Changed prior to commit:
http://reviews.llvm.org/D21161?vs=60124&id=60225#toc
Repository:
rL LLVM
http://reviews.llvm.org/D21161
Files:
llvm/trunk/include/llvm/IR/IntrinsicsNVVM.td
Index: llvm/trunk/include/llvm/IR/IntrinsicsNVVM.td
===================================================================
--- llvm/trunk/include/llvm/IR/IntrinsicsNVVM.td
+++ llvm/trunk/include/llvm/IR/IntrinsicsNVVM.td
@@ -3744,5 +3744,5 @@
def int_ptx_read_pm3 : PTXReadSpecialRegisterIntrinsic_r32
<"__builtin_ptx_read_pm3">;
-def int_ptx_bar_sync : Intrinsic<[], [llvm_i32_ty], []>,
+def int_ptx_bar_sync : Intrinsic<[], [llvm_i32_ty], [IntrConvergent]>,
GCCBuiltin<"__builtin_ptx_bar_sync">;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21161.60225.patch
Type: text/x-patch
Size: 562 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160609/3c2401d1/attachment.bin>
More information about the llvm-commits
mailing list