[PATCH] D120346: [AMDGPU] Extend SILoadStoreOptimizer to handle global stores
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 23 02:02:57 PST 2022
foad added reviewers: critson, piotr, kmitropoulou.
foad added a comment.
Looks OK to me.
================
Comment at: llvm/test/CodeGen/AMDGPU/soft-clause-exceeds-register-budget.ll:7
+; CHECK: s_load_dwordx16
+; CHECK-NEXT: s_load_dwordx16
+
----------------
What happened here? Autogenerating the checks for this file might make it clearer what actually changed.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120346/new/
https://reviews.llvm.org/D120346
More information about the llvm-commits
mailing list