[PATCH] D149139: [AMDGPU] Do not handle _SGPR SMEM instructions in SILoadStoreOptimizer

Ivan Kosarev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 25 07:38:13 PDT 2023


kosarev accepted this revision.
kosarev added a comment.
This revision is now accepted and ready to land.

LGTM. Another option might be to assert on the _SGPR cases, probably with a comment explaining the reason, rather than just removing them. The instructions still exist.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149139



More information about the llvm-commits mailing list