[PATCH] D68416: AMDGPU/GlobalISel: Select more G_INSERT cases

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 3 12:29:22 PDT 2019


arsenm created this revision.
arsenm added reviewers: tstellar, nhaehnle, kerbowa.
Herald added subscribers: Petar.Avramovic, t-tye, tpr, dstuttard, rovka, yaxunl, wdng, jvesely, kzhuravl.

At minimum handle the s64 insert type, which are emitted in real cases
during legalization.

      

We really need TableGen to emit something to emit something like the
nverse of composeSubRegIndices do determine the subreg index to use.


https://reviews.llvm.org/D68416

Files:
  lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
  test/CodeGen/AMDGPU/GlobalISel/inst-select-insert.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68416.223073.patch
Type: text/x-patch
Size: 21752 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191003/734b5e52/attachment.bin>


More information about the llvm-commits mailing list