[PATCH] D136676: [AMDGPU] Speedup SIFormMemoryClauses live-in register set calculation
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 16 16:29:43 PST 2022
arsenm added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/SIFormMemoryClauses.cpp:286
+ FirstBBClauseMI.push_back(&MI);
+ break;
+ }
----------------
Can you add a comment explaining this?
I'm still not following how you're doing it all at once, but subsequent clauses are handled later?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136676/new/
https://reviews.llvm.org/D136676
More information about the llvm-commits
mailing list