-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make join/smart_join/widen/smart_widen preserve equal inputs.
Issue #1091 was caused by the join/widen (and corresponding smart operations) for unions in ValueDomain not return the same element. The optimization in PMap that returns the unchanged map when two physically identical maps were joined was thus yielding a different value in the from-scratch run compared to the incremental run.
- Loading branch information
Showing
1 changed file
with
10 additions
and
12 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