[LLVMdev] API change: add, sub, and mul no longer do floating-point

Chris Lattner clattner at apple.com
Mon May 3 16:36:26 PDT 2010


On May 3, 2010, at 4:27 PM, Dan Gohman wrote:

>>> This change actually happened back in LLVM 2.6; since then, LLVM has just
>>> been silently converting add into fadd and so on, and the change today is
>>> that it no longer does this silent conversion.
>> 
>> Does this affect backwards-compatibility for .bc and/or .ll files?
> 
> 
> It affects .ll files but not .bc files.

Please zap the 2.7 contents of docs/ReleaseNotes.html and add a note about this, thanks!



More information about the llvm-dev mailing list