brintos

brintos / llvm-project-archived public Read only

0
0
Text · 471 B · 0f18ac3 Raw
16 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc < %s -O0 -mtriple=x86_64-unknown-unknown -mattr=+avx | FileCheck %s3 4define i64 @bitcasti64tof64() {5; CHECK-LABEL: bitcasti64tof64:6; CHECK:       # %bb.0:7; CHECK-NEXT:    # implicit-def: $rax8; CHECK-NEXT:    vmovsd {{.*#+}} xmm0 = mem[0],zero9; CHECK-NEXT:    vmovq %xmm0, %rax10; CHECK-NEXT:    retq11  %a = load double, ptr undef12  %b = bitcast double %a to i6413  ret i64 %b14}15 16