[PATCH] D72099: AMDGPU/GlobalISel: Legalize more odd sized loads

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 2 12:40:12 PST 2020


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

The attempts to widen sufficently aligned, odd sized loads wasn't
consistently applied.


https://reviews.llvm.org/D72099

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72099.235926.patch
Type: text/x-patch
Size: 33867 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200102/3d2d9504/attachment.bin>


More information about the llvm-commits mailing list