[PATCH] D44559: [Sema] Wrong width of result of mul operation

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 16 14:03:14 PDT 2018


rjmccall added a comment.

The purpose of this analysis is not to compute the theoretical information content of the computation result.  We are conservative about bounds precisely so that we do not warn in situations like these.


Repository:
  rC Clang

https://reviews.llvm.org/D44559





More information about the cfe-commits mailing list