1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc < %s -mtriple=x86_64-- -mattr=-avx | FileCheck %s
4 define i64 @test1(double %A) {
7 ; CHECK-NEXT: movq %xmm0, %rax
9 %B = bitcast double %A to i64
13 define double @test2(i64 %A) {
16 ; CHECK-NEXT: movq %rdi, %xmm0
18 %B = bitcast i64 %A to double