[PATCH] D86260: [CodeGen] Postprocess PHI nodes for callbr
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 31 14:44:21 PDT 2020
efriedma added a comment.
The idea here is that we want to reduce the live-range of values used in the default destination? Makes sense as an optimization.
We could theoretically do this after isel, I think, but probably harder to implement.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86260/new/
https://reviews.llvm.org/D86260
More information about the llvm-commits
mailing list