[PATCH] D35110: [Analyzer] Constraint Manager Negates Difference
Balogh, Ádám via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 8 06:59:38 PST 2018
baloghadamsoftware added a comment.
Strange, but modifying the tests from `m <relation> n` to `m - n <relation> 0` does not help. The statement `if (m - n <relation> 0)` does not store a range for `m - n` in the constraint manager. With the other patch which automatically changes `m <relation> n` to `m - n <relation> 0` the range is stored automatically.
https://reviews.llvm.org/D35110
More information about the cfe-commits
mailing list