[llvm-commits] [llvm] r49994 - in /llvm/trunk: include/llvm/CodeGen/SelectionDAGNodes.h lib/CodeGen/SelectionDAG/SelectionDAG.cpp

Neil Booth neil at daikokuya.co.uk
Sun Apr 20 16:05:20 PDT 2008


Dale Johannesen wrote:-

> Author: johannes
> Date: Sun Apr 20 13:23:46 2008
> New Revision: 49994
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=49994&view=rev
> Log:
> Check we aren't trying to convert PPC long double.
> This fixes the testsuite failure on ppcf128-4.ll.

Converting to IEEE single and double should be fairly straightforward
to implement, no?

Converting to x86 80-bit would be hard, but no-one would want to do it
anyway.

Neil.



More information about the llvm-commits mailing list