[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / CodeGen / X86 / GlobalISel / fpext-scalar.ll
blob8501009e2915a6d25c97bbf89ca5417a88f0866b
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc -mtriple=x86_64-linux-gnu -global-isel -verify-machineinstrs < %s -o - | FileCheck %s --check-prefix=CHECK
4 define double @test(float %a) {
5 ; CHECK-LABEL: test:
6 ; CHECK:       # %bb.0: # %entry
7 ; CHECK-NEXT:    cvtss2sd %xmm0, %xmm0
8 ; CHECK-NEXT:    retq
9 entry:
10   %conv = fpext float %a to double
11   ret double %conv