[PATCH] D50172: [ValueTracking] Teach isKnownNonNullFromDominatingCondition about AND
Max Kazantsev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 3 06:11:16 PDT 2018
mkazantsev added a comment.
Here we are dealing with `i1` AND only, so it should not be relevant here. The example in this bug looks like something to handle in InstCombine.
https://reviews.llvm.org/D50172
More information about the llvm-commits
mailing list