[PATCH] D73445: AMDGPU/GlobalISel: Prefer merge/unmerge ops to legalize TFE

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 26 19:58:47 PST 2020


arsenm created this revision.
arsenm added reviewers: nhaehnle, kerbowa.
Herald added subscribers: Petar.Avramovic, hiraditya, t-tye, tpr, dstuttard, rovka, yaxunl, wdng, jvesely, kzhuravl.
Herald added a project: LLVM.
arsenm added a parent revision: D73444: AMDGPU/GlobalISel: Legalize TFE image result loads.

These have a better chance of combining with other operations and are
currently much better supported than G_EXTRACT.


https://reviews.llvm.org/D73445

Files:
  llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
  llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-llvm.amdgcn.image.load.2d.d16.ll
  llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-llvm.amdgcn.image.load.2d.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73445.240469.patch
Type: text/x-patch
Size: 24756 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200127/6a5b8503/attachment.bin>


More information about the llvm-commits mailing list