[PATCH] D120370: [AMDGPU] Fix combined MMO in load-store merge

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 23 11:19:36 PST 2022


rampitec updated this revision to Diff 410875.
rampitec marked an inline comment as done.
rampitec added a comment.
Herald added a subscriber: wenlei.

Changed to detect a leading load by CombineInfo.Offset and not by the offset from an MMO.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D120370/new/

https://reviews.llvm.org/D120370

Files:
  llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
  llvm/test/CodeGen/AMDGPU/merge-global-load-store.mir
  llvm/test/CodeGen/AMDGPU/merge-image-load-gfx10.mir
  llvm/test/CodeGen/AMDGPU/merge-image-load.mir
  llvm/test/CodeGen/AMDGPU/merge-image-sample-gfx10.mir
  llvm/test/CodeGen/AMDGPU/merge-image-sample.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120370.410875.patch
Type: text/x-patch
Size: 16665 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220223/f409ac0e/attachment.bin>


More information about the llvm-commits mailing list