brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.1 KiB · 3ae5ec0 Raw
24 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 42; RUN: sed 's/iXLen/i32/g' %s | llc -mtriple=riscv32 -mattr=+v \3; RUN:   -mattr=+zvfh -mattr=+experimental-zvfbfmin -mattr=+xsfmmbase \4; RUN:   -mattr=+xsfmm32a -mattr=+xsfmm32a8f -mattr=+xsfmm32a4i -mattr=+xsfmm64a64f \5; RUN:   -verify-machineinstrs | FileCheck %s --check-prefixes=CHECK6; RUN: sed 's/iXLen/i64/g' %s | llc -mtriple=riscv64 -mattr=+v \7; RUN:   -mattr=+zvfh -mattr=+experimental-zvfbfmin -mattr=+xsfmmbase \8; RUN:   -mattr=+experimental-zvfbfmin -mattr=+xsfmmbase \9; RUN:   -mattr=+xsfmm32a -mattr=+xsfmm32a8f -mattr=+xsfmm32a4i -mattr=+xsfmm64a64f \10; RUN:   -verify-machineinstrs | FileCheck %s --check-prefixes=CHECK11 12define void @test_sf_vtzero_t(iXLen %tm, iXLen %tn) {13; CHECK-LABEL: test_sf_vtzero_t:14; CHECK:       # %bb.0: # %entry15; CHECK-NEXT:    sf.vsettnt zero, a1, e8, w416; CHECK-NEXT:    sf.vsettm zero, a017; CHECK-NEXT:    sf.vtzero.t mt018; CHECK-NEXT:    ret19  entry:20    call void @llvm.riscv.sf.vtzero.t.iXLen(iXLen 0, iXLen %tm, iXLen %tn, iXLen 3, iXLen 4)21    ret void22}23 24