[PATCH] D59536: [AMDGPU] Add convergent attribute to WWM.
Neil Henning via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 19 09:31:18 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL356470: [AMDGPU] Add convergent attribute to WWM. (authored by sheredom, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D59536?vs=191259&id=191332#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59536/new/
https://reviews.llvm.org/D59536
Files:
llvm/trunk/include/llvm/IR/IntrinsicsAMDGPU.td
Index: llvm/trunk/include/llvm/IR/IntrinsicsAMDGPU.td
===================================================================
--- llvm/trunk/include/llvm/IR/IntrinsicsAMDGPU.td
+++ llvm/trunk/include/llvm/IR/IntrinsicsAMDGPU.td
@@ -1361,7 +1361,7 @@
// enabled, with a few exceptions: - Phi nodes with require WWM return an
// undefined value.
def int_amdgcn_wwm : Intrinsic<[llvm_any_ty],
- [LLVMMatchType<0>], [IntrNoMem, IntrSpeculatable]
+ [LLVMMatchType<0>], [IntrNoMem, IntrSpeculatable, IntrConvergent]
>;
// Given a value, copies it while setting all the inactive lanes to a given
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59536.191332.patch
Type: text/x-patch
Size: 594 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190319/800a4613/attachment.bin>
More information about the llvm-commits
mailing list