[llvm-commits] [llvm] r55130 - in /llvm/trunk: include/llvm/CodeGen/SelectionDAGNodes.h lib/CodeGen/SelectionDAG/LegalizeDAG.cpp lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp lib/CodeGen/SelectionDAG/SelectionDAG.cpp lib/Target/TargetSelectionDAG.td
Evan Cheng
evan.cheng at apple.com
Thu Aug 21 11:10:47 PDT 2008
On Aug 21, 2008, at 11:04 AM, Dale Johannesen wrote:
> This diff is confusing, but looks like it might be wrong. Also
What's wrong?
Evan
>
> spelling error in FNEARYINT.
>
> On Aug 21, 2008, at 10:55 AMPDT, Dan Gohman wrote:
>
>> =
>> =
>> =
>> =
>> =
>> =
>> =
>> =
>> =
>> =====================================================================
>> --- llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h (original)
>> +++ llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h Thu Aug 21
>> 12:55:02 2008
>> @@ -423,10 +423,11 @@
>> // conversions, but that is a noop, deleted by getNode().
>> BIT_CONVERT,
>>
>> - // FNEG, FABS, FSQRT, FSIN, FCOS, FPOWI, FPOW - Perform unary
>> floating point
>> - // negation, absolute value, square root, sine and cosine,
>> powi, and pow
>> - // operations.
>> + // FNEG, FABS, FSQRT, FSIN, FCOS, FPOWI, FPOW,
>> + // FCEIL, FTRUNC, FRINT, FNEARYINT, FFLOOR - Perform various
>> unary floating
>> + // point operations. These are inspired by libm.
>> FNEG, FABS, FSQRT, FSIN, FCOS, FPOWI, FPOW,
>> + FCEIL, FTRUNC, FRINT, FNEARBYINT, FFLOOR,
>>
>> // LOAD and STORE have token chains as their first operand, then
>> the same
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list