[PATCH] D84638: AMDGPU/GlobalISel: Select llvm.amdgcn.groupstaticsize

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 27 05:09:55 PDT 2020


arsenm created this revision.
arsenm added reviewers: nhaehnle, kerbowa, foad, hliao, hsmhsm.
Herald added subscribers: hiraditya, t-tye, tpr, dstuttard, rovka, yaxunl, wdng, jvesely, kzhuravl.
Herald added a project: LLVM.

Previously, it would successfully select and assert if not HSA or PAL
when expanding the pseudoinstruction. We don't need the
pseudoinstruction anymore since we know the total size after
legalization.


https://reviews.llvm.org/D84638

Files:
  llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
  llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.h
  llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgcn.groupstaticsize.mir
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.groupstaticsize.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84638.280859.patch
Type: text/x-patch
Size: 5411 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200727/05cdada3/attachment.bin>


More information about the llvm-commits mailing list