[PATCH] D81638: AMDGPU/GlobalISel: Fix 96-bit local loads

Mirko Brkusanin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 11 03:01:40 PDT 2020


mbrkusanin created this revision.
mbrkusanin added reviewers: arsenm, foad.
mbrkusanin added a project: LLVM.
Herald added subscribers: llvm-commits, kerbowa, hiraditya, t-tye, tpr, rovka, yaxunl, nhaehnle, wdng, jvesely, kzhuravl.

96bit loads from local address space need to be broken down in order to be
properly selected.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D81638

Files:
  llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
  llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-local.mir
  llvm/test/CodeGen/AMDGPU/GlobalISel/load-local.96.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81638.270081.patch
Type: text/x-patch
Size: 33526 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200611/22f4fe0d/attachment-0001.bin>


More information about the llvm-commits mailing list