Skip to content
  1. Jul 05, 2007
  2. Jul 04, 2007
  3. Jul 03, 2007
  4. Jul 02, 2007
  5. Jun 29, 2007
  6. Jun 28, 2007
  7. Jun 27, 2007
  8. Jun 26, 2007
  9. Jun 25, 2007
  10. Jun 22, 2007
  11. Jun 20, 2007
  12. Jun 19, 2007
  13. Jun 18, 2007
  14. Jun 17, 2007
    • Bill Wendling's avatar
      Revert patch. It regresses: · 094a4e81
      Bill Wendling authored
      define double @test2(i64 %A) {
         %B = bitcast i64 %A to double
         ret double %B
      }
      
      $ llvm-as < t.ll | llc -march=x86-64
      
      before:
      
               .align  4
               .globl  _test2
      _test2:
               movd %rdi, %xmm0
               ret
      
      after:
      
      _test2:
               subq $8, %rsp
               movq %rdi, (%rsp)
               movsd (%rsp), %xmm0
               addq $8, %rsp
               ret
      
      llvm-svn: 37617
      094a4e81
  15. Jun 16, 2007
  16. Jun 15, 2007
  17. Jun 14, 2007
  18. Jun 13, 2007
Loading