brintos

brintos / llvm-project-archived public Read only

0
0
Text · 478 B · c8d0fce Raw
15 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc --mtriple=loongarch64 --mattr=+lsx < %s | FileCheck %s3 4declare <2 x i64> @llvm.loongarch.lsx.vreplgr2vr.d(i64)5 6define <2 x i64> @lsx_vreplgr2vr_d(i64 %a) nounwind {7; CHECK-LABEL: lsx_vreplgr2vr_d:8; CHECK:       # %bb.0: # %entry9; CHECK-NEXT:    vreplgr2vr.d $vr0, $a010; CHECK-NEXT:    ret11entry:12  %res = call <2 x i64> @llvm.loongarch.lsx.vreplgr2vr.d(i64 %a)13  ret <2 x i64> %res14}15