[llvm] [Analysis][ValueTracking] Unify most of the tracking between AssumptionCache and DomConditionCache (PR #83161)

via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 4 12:16:41 PST 2024


================
@@ -1195,6 +1195,12 @@ std::optional<bool> isImpliedByDomCondition(CmpInst::Predicate Pred,
                                             const Value *LHS, const Value *RHS,
                                             const Instruction *ContextI,
                                             const DataLayout &DL);
+
+// Call \p InsertAffected on all Values whose known bits / value may be affected
+// by the condition \p Cond. Used by AssumptionCache and DomConditionCache.
----------------
goldsteinn wrote:

bah, ill update before I push.

https://github.com/llvm/llvm-project/pull/83161


More information about the llvm-commits mailing list