[PATCH] D158407: #llvm #flow-analysis Simplify formula at CNF construction time, and short-cut solving of known contradictory formulas.

Burak Emir via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 21 04:15:39 PDT 2023


burakemir created this revision.
Herald added a reviewer: NoQ.
Herald added a project: All.
burakemir requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

In dataflow analysis, SAT solver: simplify formula during CNF construction and short-cut
solving when the formula has been recognized as contradictory.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D158407

Files:
  clang/lib/Analysis/FlowSensitive/WatchedLiteralsSolver.cpp
  clang/unittests/Analysis/FlowSensitive/SolverTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158407.551975.patch
Type: text/x-patch
Size: 14836 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230821/5dff2312/attachment.bin>


More information about the cfe-commits mailing list