[PATCH] D95500: [AMDGPU] Fix WMM Entry SCC preservation

Carl Ritson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 26 20:20:35 PST 2021


critson created this revision.
critson added reviewers: piotr, foad.
Herald added subscribers: kerbowa, hiraditya, t-tye, tpr, dstuttard, yaxunl, nhaehnle, jvesely, kzhuravl, arsenm.
critson requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

SCC was not correctly preserved when entering WWM.
Current lit test was unable to detect this as entry block is
handled differently.
Additionally fix an issue where SCC was unnecessarily preserved
when exiting from WWM to Exact mode.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D95500

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95500.319454.patch
Type: text/x-patch
Size: 3428 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210127/6af8b8b3/attachment.bin>


More information about the llvm-commits mailing list