[PATCH] D85950: AMDGPU: Fix matching wrong offsets for global atomic loads

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 13 17:48:59 PDT 2020


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

These used signed offsets with a different size.


https://reviews.llvm.org/D85950

Files:
  llvm/lib/Target/AMDGPU/FLATInstructions.td
  llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-load-atomic-global.mir
  llvm/test/CodeGen/AMDGPU/global_atomics.ll
  llvm/test/CodeGen/AMDGPU/global_atomics_i64.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85950.285536.patch
Type: text/x-patch
Size: 11121 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200814/c3e3484f/attachment.bin>


More information about the llvm-commits mailing list