[PATCH] D45330: [WIP][IPSCCP] Use PredicateInfo to propagate facts from cmp instructions.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 12 11:24:22 PDT 2018
efriedma added a comment.
> I think number of instructions eliminated looks quite promising
That's much better than I expected. Although, I'm not sure how much I would trust that number; IPSCCP runs before CorrelatedValuePropagation, so you might be optimizing sequences which would be optimized later anyway.
https://reviews.llvm.org/D45330
More information about the llvm-commits
mailing list