[PATCH] D22198: AMDGPU: Do not clobber SCC in SIWholeQuadMode

Nicolai Hähnle via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 6 02:26:46 PDT 2016


nhaehnle updated this revision to Diff 70365.
nhaehnle added a comment.
Herald added subscribers: nhaehnle, wdng.

It turns out that r280589 introduced a piglit regression that needs this
change to be applied already now rather than as part of later WQM rework.

I had originally planned this after https://reviews.llvm.org/D22195, but with the recent changes to
control flow lowering that other patch is currently not ready to land / be
adapted, so I adjusted this SCC fix patch so that it applies on current SVN
trunk.


https://reviews.llvm.org/D22198

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22198.70365.patch
Type: text/x-patch
Size: 15481 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160906/621619fa/attachment.bin>


More information about the llvm-commits mailing list