[PATCH] D102166: AMDGPU: Fix SILoadStoreOptimizer for gfx90a

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 10 06:29:50 PDT 2021


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

This was hardcoding the register class to use for the newly created
pointer registers, violating the aligned VGPR requirement.


https://reviews.llvm.org/D102166

Files:
  llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
  llvm/test/CodeGen/AMDGPU/promote-constOffset-to-imm-gfx90a.mir
  llvm/test/CodeGen/AMDGPU/promote-constOffset-to-imm.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102166.344042.patch
Type: text/x-patch
Size: 17550 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210510/132cbc06/attachment.bin>


More information about the llvm-commits mailing list