Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / LoongArch / lasx / intrinsic-fcvtl.ll
blob0b3e693c7f51de7f08e05556b4a6caca41c67800
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc --mtriple=loongarch64 --mattr=+lasx < %s | FileCheck %s
4 declare <8 x float> @llvm.loongarch.lasx.xvfcvtl.s.h(<16 x i16>)
6 define <8 x float> @lasx_xvfcvtl_s_h(<16 x i16> %va) nounwind {
7 ; CHECK-LABEL: lasx_xvfcvtl_s_h:
8 ; CHECK:       # %bb.0: # %entry
9 ; CHECK-NEXT:    xvfcvtl.s.h $xr0, $xr0
10 ; CHECK-NEXT:    ret
11 entry:
12   %res = call <8 x float> @llvm.loongarch.lasx.xvfcvtl.s.h(<16 x i16> %va)
13   ret <8 x float> %res
16 declare <4 x double> @llvm.loongarch.lasx.xvfcvtl.d.s(<8 x float>)
18 define <4 x double> @lasx_xvfcvtl_d_s(<8 x float> %va) nounwind {
19 ; CHECK-LABEL: lasx_xvfcvtl_d_s:
20 ; CHECK:       # %bb.0: # %entry
21 ; CHECK-NEXT:    xvfcvtl.d.s $xr0, $xr0
22 ; CHECK-NEXT:    ret
23 entry:
24   %res = call <4 x double> @llvm.loongarch.lasx.xvfcvtl.d.s(<8 x float> %va)
25   ret <4 x double> %res