[PATCH] D31886: [analyzer] Simplify values in binary operations more aggressively
Gábor Horváth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 12 06:48:39 PDT 2017
xazax.hun added a comment.
One last question: maybe we want to skip this kind of simplification in case of Z3?
Probably the constraint managers could have a flag like "wantsSimplifiedConstraints"?
Maybe somehow the checkers that are doing their own simplification could respect this flag as well somehow?
https://reviews.llvm.org/D31886
More information about the cfe-commits
mailing list