[llvm-commits] [llvm] r72162 - in /llvm/trunk: lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp test/CodeGen/MSP430/2009-05-19-DoubleSplit.ll test/CodeGen/XCore/fneg.ll
Duncan Sands
baldrick at free.fr
Wed May 20 00:10:14 PDT 2009
Hi Eli,
> Fix for PR4235: to build a floating-point value from integer parts,
> build an integer and cast that to a float. This fixes a crash
> caused by trying to split an f32 into two f16's.
in general if getCopyFromParts has a problem then so does
getCopyToParts. Can you please eyeball it to see if it is ok.
Thanks,
Duncan.
More information about the llvm-commits
mailing list