[PATCH] D49074: [Analyzer] [WIP] Basic support for multiplication and division in the constraint manager

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 12 13:54:48 PDT 2018


NoQ added a comment.

I'd also rather stick to integer arithmetic and avoid using floats even in intermediate calculations. It'd be hard to make sure that no rounding errors kick in if we use floats.


https://reviews.llvm.org/D49074





More information about the cfe-commits mailing list