[PATCH] D89077: [AMDGPU] Run hazard recognizer pass later
Tony Tye via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 16 09:50:05 PDT 2020
t-tye added a comment.
Will there be a separate review to parametrize the hazard recognizer so that when run early it only resolves the hazards necessary for the register allocator et al. That allows the other hazards to only be resolved in the final run. This would avoid splitting memory clauses early before the waitcnt/invalidate instructions have been inserted that may themselves split the memory clauses.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89077/new/
https://reviews.llvm.org/D89077
More information about the llvm-commits
mailing list