This patch updates isImpliedCondition/isKnownNonZero to look into select form of
and/or as well.
See llvm.org/pr48353 and D93065 for more context
Paths
| Differential D93845
[ValueTracking] Use m_LogicalAnd/Or to look into conditions ClosedPublic Authored by aqjune on Dec 27 2020, 1:42 PM.
Details Summary This patch updates isImpliedCondition/isKnownNonZero to look into select form of See llvm.org/pr48353 and D93065 for more context
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 27 2020, 2:22 PM This revision was landed with ongoing or failed builds.Dec 27 2020, 3:33 PM Closed by commit rG860199dfbe60: [ValueTracking] Use m_LogicalAnd/Or to look into conditions (authored by aqjune). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 313806 llvm/lib/Analysis/ValueTracking.cpp
llvm/unittests/Analysis/ValueTrackingTest.cpp
|