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

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 2 01:54:24 PDT 2018


xbolva00 added inline comments.


================
Comment at: test/Transforms/LICM/hoist-deref-load.ll:601
+
+; Check that guard by condition "null checn AND something" allows to hoist the
+; load.
----------------
check


https://reviews.llvm.org/D50172





More information about the llvm-commits mailing list