Skip to content
Commit 19546418 authored by Eli Friedman's avatar Eli Friedman
Browse files

Fix APInt::operator*= so that it computes the correct result for large...

Fix APInt::operator*= so that it computes the correct result for large integers where there is unsigned overflow.  Fix APFloat::toString so that it doesn't depend on the incorrect behavior in common cases (and computes the correct result in some rare cases).  Fixes PR11086.

llvm-svn: 141441
parent 133a1687
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment