Skip to content
  1. May 21, 2009
  2. May 20, 2009
    • Eli Friedman's avatar
      Fix for PR4235: to build a floating-point value from integer parts, · 9030c35e
      Eli Friedman authored
      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
      9030c35e
  3. May 19, 2009
  4. May 18, 2009
  5. May 17, 2009
  6. May 16, 2009
  7. May 15, 2009
  8. May 14, 2009
Loading