[PATCH] D72845: AMDGPU: Do permlane16 vdst_in discard optimization in InstCombine

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 16 07:11:33 PST 2020


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

There's more potential value to discarding the source value earlier,
since we always know the value of the fi/bc bits.


https://reviews.llvm.org/D72845

Files:
  llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
  llvm/test/Transforms/InstCombine/AMDGPU/amdgcn-intrinsics.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72845.238490.patch
Type: text/x-patch
Size: 5368 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200116/ea34c23c/attachment.bin>


More information about the llvm-commits mailing list