[PATCH] D114158: [AMDGPU] Remove redundant optimization in selectG_BUILD_VECTOR_TRUNC

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 18 06:00:30 PST 2021


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

This was implemented as a combine instead in D112064 <https://reviews.llvm.org/D112064>. Remove some tests
that specifically checked for this being done as part of instruction
selection.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D114158

Files:
  llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
  llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-build-vector-trunc.v2s16.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114158.388173.patch
Type: text/x-patch
Size: 3707 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211118/413316be/attachment.bin>


More information about the llvm-commits mailing list