[PATCH] D149853: [AMDGPU] Remove extract_subvector patterns

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 4 07:39:08 PDT 2023


foad created this revision.
foad added reviewers: AMDGPU, nhaehnle.
Herald added subscribers: kosarev, StephenFan, kerbowa, hiraditya, tpr, dstuttard, yaxunl, 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.

Removing them seems to slightly increase code quality as well as
simplifying both the tablegen and C++ parts of the code.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D149853

Files:
  llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
  llvm/lib/Target/AMDGPU/SIInstructions.td
  llvm/test/CodeGen/AMDGPU/extract-subvector-16bit.ll
  llvm/test/CodeGen/AMDGPU/greedy-reverse-local-assignment.ll
  llvm/test/CodeGen/AMDGPU/sra.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149853.519486.patch
Type: text/x-patch
Size: 8007 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230504/d3ec9eb2/attachment.bin>


More information about the llvm-commits mailing list