[PATCH] D47574: [EarlyCSE] Propagate conditions of AND and OR instructions
Daniel Berlin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 1 12:59:14 PDT 2018
dberlin added a comment.
If we want to start expanding this, i would suggest just using predicateinfo, which wouldn't require worklisting/etc to achieve this.
https://reviews.llvm.org/D47574
More information about the llvm-commits
mailing list