[PATCH] D27572: AMDGPU: llvm.amdgcn.interp.mov is a source of divergence
Phabricator via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 12 09:02:51 PST 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL289447: AMDGPU: llvm.amdgcn.interp.mov is a source of divergence (authored by nha).
Changed prior to commit:
https://reviews.llvm.org/D27572?vs=80755&id=81092#toc
Repository:
rL LLVM
https://reviews.llvm.org/D27572
Files:
llvm/trunk/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
Index: llvm/trunk/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
===================================================================
--- llvm/trunk/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
+++ llvm/trunk/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
@@ -241,6 +241,7 @@
case Intrinsic::amdgcn_workitem_id_x:
case Intrinsic::amdgcn_workitem_id_y:
case Intrinsic::amdgcn_workitem_id_z:
+ case Intrinsic::amdgcn_interp_mov:
case Intrinsic::amdgcn_interp_p1:
case Intrinsic::amdgcn_interp_p2:
case Intrinsic::amdgcn_mbcnt_hi:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27572.81092.patch
Type: text/x-patch
Size: 551 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161212/d30d2a4e/attachment.bin>
More information about the llvm-commits
mailing list