[PATCH] D23131: AMDGPU: Fix an interaction between WQM and polygon stippling

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 1 10:16:09 PDT 2016


arsenm accepted this revision.
arsenm added a comment.
This revision is now accepted and ready to land.

LGTM


================
Comment at: test/CodeGen/AMDGPU/wqm.ll:451-456
@@ +450,8 @@
+
+if:
+  store volatile <4 x float> %dtex, <4 x float>* undef
+  unreachable
+
+else:
+  ret <4 x float> %dtex
+}
----------------
I was thinking the function would only end in unreachable instead of having ret + unreachable. Both might be useful too, but one that has no ret and just unreachable would be good too


https://reviews.llvm.org/D23131





More information about the llvm-commits mailing list