[PATCH] D115747: [AMDGPU] Hoist waitcnt out of loops when they unecessarily wait for stores
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 20 11:48:09 PST 2021
arsenm added a comment.
In D115747#3203329 <https://reviews.llvm.org/D115747#3203329>, @bsaleil wrote:
> That makes sense, thanks for the comments. So maybe I can start by trying to implement the idea of rotating the processing loop
But in general loops should have been rotated already? We shouldn't have to re-optimize loops at this point
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115747/new/
https://reviews.llvm.org/D115747
More information about the llvm-commits
mailing list