Skip to content

Commit 0c4d943

Browse files
committed
fixup! Change the test check prefix
1 parent a0651b5 commit 0c4d943

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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)}}

0 commit comments

Comments
 (0)