[PATCH] D35109: [Analyzer] SValBuilder Comparison Rearrangement

George Karpenkov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 29 16:20:30 PST 2017


george.karpenkov added a comment.

> If the type extension approach is proven to be sound

I lack the full context here, but in my experience Z3 is really great for proving whether certain operations may or may not overflow, using the built-in bitvector type.
(I'm not sure though if that is what is being done here).


https://reviews.llvm.org/D35109





More information about the cfe-commits mailing list