[PATCH] D118267: [AMDGPU] SILoadStoreOptimizer: Allow merging across a swizzled access

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 27 04:14:33 PST 2022


foad added a comment.

In D118267#3273165 <https://reviews.llvm.org/D118267#3273165>, @rampitec wrote:

> Is there a test with an aliasing swizzled store in between of two operations preventing the merge?

There is now: gfx9_tbuffer_load_merge_across_swizzled_store (see c5d2b97a6992 <https://reviews.llvm.org/rGc5d2b97a69921fb4deff875eb8892a569707f737>). This patch does not affect it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118267



More information about the llvm-commits mailing list