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

Nicolai Hähnle via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 17 06:14:54 PDT 2016


nhaehnle updated this revision to Diff 64251.
nhaehnle marked 4 inline comments as done.
nhaehnle added a comment.

Rewrite in terms of LiveIntervals. (LivePhysRegs complains about remaining
virtual registers.)

Not sure about those DebugLocs. I'm not very familiar with their semantics,
but there isn't usually one particular instruction that can be pinned down
as the reason for inserting a new instruction (for example, when a new
instruction is added at the end of a basic block).


https://reviews.llvm.org/D22198

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22198.64251.patch
Type: text/x-patch
Size: 10330 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160717/869be53a/attachment-0001.bin>


More information about the llvm-commits mailing list