[llvm-commits] [llvm] r166958 - in /llvm/trunk: include/llvm/CodeGen/SelectionDAGNodes.h include/llvm/Constants.h lib/CodeGen/SelectionDAG/DAGCombiner.cpp lib/CodeGen/SelectionDAG/SelectionDAG.cpp lib/Transforms/Scalar/IndVarSimplify.cpp test/CodeGen/PowerPC/int-fp-conv-1.ll

Chris Lattner clattner at apple.com
Mon Oct 29 21:13:22 PDT 2012


On Oct 29, 2012, at 11:35 AM, Ulrich Weigand <ulrich.weigand at de.ibm.com> wrote:

> Author: uweigand
> Date: Mon Oct 29 13:35:49 2012
> New Revision: 166958
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=166958&view=rev
> Log:
> In various places throughout the code generator, there were special
> checks to avoid performing compile-time arithmetic on PPCDoubleDouble.
> 
> Now that APFloat supports arithmetic on PPCDoubleDouble, those checks
> are no longer needed, and we can treat the type like any other.

This is so great, thank you!

-Chris



More information about the llvm-commits mailing list