[PATCH] D140546: [AMDGPU] Remove permlane discard vdst_in optimization from isel

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 22 04:04:41 PST 2022


foad created this revision.
foad added a reviewer: AMDGPU.
Herald added subscribers: kosarev, 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.

D72845 <https://reviews.llvm.org/D72845> implemented the equivalent IR optimization in InstCombine so it
seems that there's no advantage to doing it during isel too.

This partially reverts D72844 <https://reviews.llvm.org/D72844>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D140546

Files:
  llvm/lib/Target/AMDGPU/VOP3Instructions.td
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.permlane.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140546.484793.patch
Type: text/x-patch
Size: 4687 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221222/05294d35/attachment.bin>


More information about the llvm-commits mailing list