[llvm-commits] [llvm] r52546 - in /llvm/trunk/lib/CodeGen/SelectionDAG: LegalizeFloatTypes.cpp LegalizeIntegerTypes.cpp LegalizeTypes.cpp LegalizeTypes.h LegalizeVectorTypes.cpp

Chris Lattner clattner at apple.com
Sat Jun 21 22:47:28 PDT 2008


On Jun 20, 2008, at 10:49 AM, Duncan Sands wrote:

> Author: baldrick
> Date: Fri Jun 20 12:49:55 2008
> New Revision: 52546
>
> URL: http://llvm.org/viewvc/llvm-project?rev=52546&view=rev
> Log:
> Rename the operation of turning a float type into an
> integer of the same type.  Before it was "promotion",
> but this is confusing because it is quite different
> to promotion of integers.  Call it "softening" instead,
> inspired by "soft float".

"soften" is awesome :)

-Chris



More information about the llvm-commits mailing list