diff options
author | Bill Wendling <isanbard@gmail.com> | 2007-06-16 23:57:15 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2007-06-16 23:57:15 +0000 |
commit | 094a4e813abd2415affc53e74488fa862ca56293 (patch) | |
tree | 629df20588af57097d83ff262e9101279dc884a8 /llvm/lib/CodeGen/MachineBasicBlock.cpp | |
parent | 1aae9e8e12f7c7f41d1b487b49b562594e379fa0 (diff) | |
download | llvm-094a4e813abd2415affc53e74488fa862ca56293.zip llvm-094a4e813abd2415affc53e74488fa862ca56293.tar.gz llvm-094a4e813abd2415affc53e74488fa862ca56293.tar.bz2 |
Revert patch. It regresses:
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
Diffstat (limited to 'llvm/lib/CodeGen/MachineBasicBlock.cpp')
0 files changed, 0 insertions, 0 deletions