[PATCH] D106882: AMDGPU/GlobalISel: Remove special case lowering for non-pow-2 stores

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 27 08:47:52 PDT 2021


arsenm created this revision.
arsenm added reviewers: foad, Petar.Avramovic, mbrkusanin, gandhi21299, cdevadas.
Herald added subscribers: kerbowa, hiraditya, t-tye, tpr, dstuttard, rovka, yaxunl, nhaehnle, jvesely, kzhuravl.
arsenm requested review of this revision.
Herald added a subscriber: wdng.
Herald added a project: LLVM.

We end up with extra copies from buildAnyExtOrTrunc if these are
lowered after the register types are legalized.


https://reviews.llvm.org/D106882

Files:
  llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
  llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-store-global.mir
  llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-store.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106882.362045.patch
Type: text/x-patch
Size: 13845 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210727/7a2df789/attachment.bin>


More information about the llvm-commits mailing list