[PATCH] D127981: [AMDGPU] Mark GFX11 dual source blend export as strict-wqm

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 16 09:13:48 PDT 2022


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

The instructions that generate the source of dual source blend export
should run in strict-wqm. That is if any lane in a quad is active,
we need to enable all four lanes of that quad to make the shuffling
operation before exporting to dual source blend target work correctly.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D127981

Files:
  llvm/lib/Target/AMDGPU/SIInstrInfo.h
  llvm/lib/Target/AMDGPU/SIWholeQuadMode.cpp
  llvm/test/CodeGen/AMDGPU/dual-source-blend-export.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127981.437571.patch
Type: text/x-patch
Size: 7749 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220616/8c33d9b9/attachment.bin>


More information about the llvm-commits mailing list