[PATCH] D50172: [ValueTracking] Teach isKnownNonNullFromDominatingCondition about AND

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 3 05:12:15 PDT 2018


xbolva00 added a comment.

I was wondering where is a good place for this: https://bugs.llvm.org/show_bug.cgi?id=38349 (in the true block, we know some info about bits of x, so this info should be propagated to the whole block)


https://reviews.llvm.org/D50172





More information about the llvm-commits mailing list