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.xvfmaxa.s(<8 x float>, <8 x float>)
6 define <8 x float> @lasx_xvfmaxa_s(<8 x float> %va, <8 x float> %vb) nounwind {
7 ; CHECK-LABEL: lasx_xvfmaxa_s:
8 ; CHECK: # %bb.0: # %entry
9 ; CHECK-NEXT: xvfmaxa.s $xr0, $xr0, $xr1
12 %res = call <8 x float> @llvm.loongarch.lasx.xvfmaxa.s(<8 x float> %va, <8 x float> %vb)
16 declare <4 x double> @llvm.loongarch.lasx.xvfmaxa.d(<4 x double>, <4 x double>)
18 define <4 x double> @lasx_xvfmaxa_d(<4 x double> %va, <4 x double> %vb) nounwind {
19 ; CHECK-LABEL: lasx_xvfmaxa_d:
20 ; CHECK: # %bb.0: # %entry
21 ; CHECK-NEXT: xvfmaxa.d $xr0, $xr0, $xr1
24 %res = call <4 x double> @llvm.loongarch.lasx.xvfmaxa.d(<4 x double> %va, <4 x double> %vb)