Go to file
Eli Friedman 9030c35eb4 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.

This changes the behavior in test/CodeGen/XCore/fneg.ll because that 
testcase now triggers a DAGCombine which converts the fneg into an integer
operation.  If someone is interested, it's probably possible to tweak 
the test to generate an actual fneg.

llvm-svn: 72162
2009-05-20 06:02:09 +00:00
clang Handle the remaining unhandled cases in EmitReferenceBindingToExpr. 2009-05-20 02:31:19 +00:00
llvm Fix for PR4235: to build a floating-point value from integer parts, 2009-05-20 06:02:09 +00:00