[PATCH] D42667: SplitKit: Fix liveness recomputation in some remat cases.
Quentin Colombet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 1 10:48:30 PST 2018
qcolombet accepted this revision.
qcolombet added a comment.
This revision is now accepted and ready to land.
LGTM with the nitpicks mentioned by Krzysztof.
Also, any luck with reducing the test case even more?
Although Wei's method may not reproduce the observed effect, it will still exercise the new code and potentially the final live-ranges are verifiable (as without this patch the verifier would have complained)
Repository:
rL LLVM
https://reviews.llvm.org/D42667
More information about the llvm-commits
mailing list