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 | a9e64f6f2d60f81e315b96b0a0ea5370aca021da (patch) | |
tree | da44c3264476bed299e5dfd33e42c47047ad0bb0 /lib/CodeGen/IfConversion.cpp | |
parent | a4d71f09ffdaee54e0728dac39f86113148197a3 (diff) |
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
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37617 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/IfConversion.cpp')
0 files changed, 0 insertions, 0 deletions