[PATCH] D110939: [PHIElimination] Update LiveVariables after handling an unspillable terminator
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 4 02:33:01 PDT 2021
dmgreen added a comment.
This sounds conceptually OK to me - that we would need to update the live variables for unspillable terminators - but I don't know a lot about updating LV, so don't know a lot of the details.
Should the Incoming blocks be the Src blocks, or should it be a combination of Incoming and Src?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110939/new/
https://reviews.llvm.org/D110939
More information about the llvm-commits
mailing list