[PATCH] D34000: [LazyValueInfo] Don't run the more complex predicate handling code for EQ and NE in getPredicateResult

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 8 15:40:22 PDT 2017


craig.topper added a comment.

This function is just calculating a predicate result based on a LVI lattice value. I don't think it affects the calculation of LVI lattice values themselves. So I don't think the printer can see it.


https://reviews.llvm.org/D34000





More information about the llvm-commits mailing list