[llvm-commits] [llvm] r49994 - in /llvm/trunk: include/llvm/CodeGen/SelectionDAGNodes.h lib/CodeGen/SelectionDAG/SelectionDAG.cpp
Neil Booth
neil at daikokuya.co.uk
Mon Apr 21 06:29:48 PDT 2008
Dale Johannesen wrote:-
>
> On Apr 20, 2008, at 4:05 PM, Neil Booth wrote:
>
> > 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?
>
> Yes, there just isn't much interest in having compile-time
> optimizations on this type.
OK, that's cool. I'll spend no more time thinking about it :)
Neil.
More information about the llvm-commits
mailing list