File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
llvm/test/tools/llvm-exegesis/RISCV/rvv Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 11# RUN: llvm-exegesis -mtriple=riscv64 -mcpu=sifive-x280 -benchmark-phase=assemble-measured-code --mode=latency --opcode-name=PseudoVAADDU_VV_M1 \
2- # RUN: --riscv-enumerate-rounding-modes=false --max-configs-per-opcode=1000 --min-instructions=100 | FileCheck %s --check-prefix=VXRM
2+ # RUN: --riscv-enumerate-rounding-modes=false --max-configs-per-opcode=1000 --min-instructions=100 | FileCheck %s --check-prefix=VX
33# RUN: llvm-exegesis -mtriple=riscv64 -mcpu=sifive-x280 -benchmark-phase=assemble-measured-code --mode=latency --opcode-name=PseudoVFADD_VFPR16_M1_E16 \
4- # RUN: --riscv-enumerate-rounding-modes=false --max-configs-per-opcode=1000 --min-instructions=100 | FileCheck %s --check-prefix=FRM
4+ # RUN: --riscv-enumerate-rounding-modes=false --max-configs-per-opcode=1000 --min-instructions=100 | FileCheck %s --check-prefix=FP
55
6- # VXRM : PseudoVAADDU_VV_M1
7- # VXRM : VXRM: rnu
8- # VXRM -NOT: VXRM: {{(rne|rdn|rod)}}
6+ # VX : PseudoVAADDU_VV_M1
7+ # VX : VXRM: rnu
8+ # VX -NOT: VXRM: {{(rne|rdn|rod)}}
99
10- # FRM : PseudoVFADD_VFPR16_M1_E16
11- # FRM : FRM: rne
12- # FRM -NOT: FRM: {{(rtz|rdn|rup|rmm|dyn)}}
10+ # FP : PseudoVFADD_VFPR16_M1_E16
11+ # FP : FRM: rne
12+ # FP -NOT: FRM: {{(rtz|rdn|rup|rmm|dyn)}}
You can’t perform that action at this time.
0 commit comments