This patch adds a isConditionImplied function that
takes a constraint and returns true if the constraint
is implied by the current constraints in the system.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D84545
[ConstraintSolver] Add isConditionImplied helper. ClosedPublic Authored by fhahn on Jul 24 2020, 12:33 PM.
Details Summary This patch adds a isConditionImplied function that
Diff Detail
Event Timelinefhahn added a parent revision: D84544: [ConstraintSystem] Add helpers to deal with linear constraints..Jul 24 2020, 12:35 PM fhahn retitled this revision from [ConstraintSolver] Add isConditionImplied helper. (WIP) to [ConstraintSolver] Add isConditionImplied helper..Sep 3 2020, 1:29 PM This revision is now accepted and ready to land.Sep 8 2020, 9:54 AM This revision was landed with ongoing or failed builds.Sep 15 2020, 6:10 AM Closed by commit rGdb22e70d0107: [ConstraintSolver] Add isConditionImplied helper. (authored by fhahn). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 280553 llvm/include/llvm/Analysis/ConstraintSystem.h
llvm/lib/Analysis/ConstraintSystem.cpp
llvm/unittests/Analysis/ConstraintSystemTest.cpp
|
Typo - existing