Fix a crash in which a multiplication was being reported as being both negative
and positive: positive, because it could be directly computed to be positive; negative, because the nsw flags means it is either negative or undefined (the multiplication always overflowed). llvm-svn: 145104
Loading
Please register or sign in to comment