brintos

brintos / llvm-project-archived public Read only

0
0
Text · 550 B · a47f030 Raw
16 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc --mtriple=loongarch32 --mattr=+32s,+lsx < %s | FileCheck %s3; RUN: llc --mtriple=loongarch64 --mattr=+lsx < %s | FileCheck %s4 5declare <16 x i8> @llvm.loongarch.lsx.vmsknz.b(<16 x i8>)6 7define <16 x i8> @lsx_vmsknz_b(<16 x i8> %va) nounwind {8; CHECK-LABEL: lsx_vmsknz_b:9; CHECK:       # %bb.0: # %entry10; CHECK-NEXT:    vmsknz.b $vr0, $vr011; CHECK-NEXT:    ret12entry:13  %res = call <16 x i8> @llvm.loongarch.lsx.vmsknz.b(<16 x i8> %va)14  ret <16 x i8> %res15}16