-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[unnecessary copy] Join non-disj astate when dropping disjuncts
Summary: HACK: When it drops disjuncts due to the disjunct limit, it also loses some information on the non-disjunctive abstract state, i.e. [pre_non_disj], which resulted in false positives. To mitigate the problem, it joins [pre_non_disj] when needed, while it is incorrect to join without running [exec_instr] precisely speaking. Reviewed By: jvillard Differential Revision: D50638427 fbshipit-source-id: ace6c1982984af92b270de1b88492b741da6a8e1
- Loading branch information
1 parent
b0838cb
commit 6ad9c6b
Showing
4 changed files
with
54 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters