[PATCH] D152614: [AMDGPU] Fix VGPR VOPD banks for src2

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 10 02:38:08 PDT 2023


rampitec created this revision.
rampitec added reviewers: foad, Joe_Nash.
Herald added subscribers: StephenFan, kerbowa, hiraditya, tpr, dstuttard, yaxunl, jvesely, kzhuravl, arsenm.
Herald added a project: All.
rampitec requested review of this revision.
Herald added a subscriber: wdng.
Herald added a project: LLVM.

The vdst parity is checked first, src2 shall follow regular rules.
This is actually work incorrectly rejecting valid cases.


https://reviews.llvm.org/D152614

Files:
  llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
  llvm/test/CodeGen/AMDGPU/vopd-combine.mir
  llvm/test/MC/AMDGPU/gfx11_asm_vopd_err.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152614.530188.patch
Type: text/x-patch
Size: 6008 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230610/7e2b01d8/attachment.bin>


More information about the llvm-commits mailing list