[PATCH] D117796: AMDGPU: Fix LiveVariables error after lowering SI_END_CF
Ruiling, Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 26 18:43:25 PST 2022
ruiling added a comment.
I would hope we can move the block split logic into a separate pass that can be scheduled before we constructing liveness information, like during addPreRegAlloc(). It is expensive to update either LiveVariables or LiveIntervals. Sounds good?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117796/new/
https://reviews.llvm.org/D117796
More information about the llvm-commits
mailing list