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

Nicolai Hähnle via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 4 02:36:30 PDT 2016


nhaehnle updated this revision to Diff 66777.
nhaehnle added a comment.

Re-thinking the approach: I think it's best to just say that SI_RETURN
requires a switch to exact, since SI_RETURN is what marks the return in
non-void returning shaders. Also added an `unreachable` test.


https://reviews.llvm.org/D23131

Files:
  lib/Target/AMDGPU/SIInstructions.td
  lib/Target/AMDGPU/SIWholeQuadMode.cpp
  test/CodeGen/AMDGPU/wqm.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23131.66777.patch
Type: text/x-patch
Size: 4082 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160804/1274fee2/attachment.bin>


More information about the llvm-commits mailing list