Skip to content

Commit 7443af1

Browse files
author
sunshaoce
committed
[NFC][RISCV] Fix failed test caused by #71141
1 parent c14e086 commit 7443af1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

llvm/test/MC/RISCV/rvv/xsfvfnrclip.s

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,23 @@
1111
sf.vfnrclip.xu.f.qf v4, v8, fa2
1212
# CHECK-INST: sf.vfnrclip.xu.f.qf v4, v8, fa2
1313
# CHECK-ENCODING: [0x5b,0x52,0x86,0x8a]
14-
# CHECK-ERROR: instruction requires the following: 'XSfvfnrclipxfqf' (FP32-to-int8 Ranged Clip Instructions)
14+
# CHECK-ERROR: instruction requires the following: 'XSfvfnrclipxfqf' (SiFive FP32-to-int8 Ranged Clip Instructions)
1515
# CHECK-UNKNOWN: 5b 52 86 8a <unknown>
1616

1717
sf.vfnrclip.xu.f.qf v4, v8, fa2, v0.t
1818
# CHECK-INST: sf.vfnrclip.xu.f.qf v4, v8, fa2
1919
# CHECK-ENCODING: [0x5b,0x52,0x86,0x88]
20-
# CHECK-ERROR: instruction requires the following: 'XSfvfnrclipxfqf' (FP32-to-int8 Ranged Clip Instructions)
20+
# CHECK-ERROR: instruction requires the following: 'XSfvfnrclipxfqf' (SiFive FP32-to-int8 Ranged Clip Instructions)
2121
# CHECK-UNKNOWN: 5b 52 86 88 <unknown>
2222

2323
sf.vfnrclip.x.f.qf v4, v8, fa2
2424
# CHECK-INST: sf.vfnrclip.x.f.qf v4, v8, fa2
2525
# CHECK-ENCODING: [0x5b,0x52,0x86,0x8e]
26-
# CHECK-ERROR: instruction requires the following: 'XSfvfnrclipxfqf' (FP32-to-int8 Ranged Clip Instructions)
26+
# CHECK-ERROR: instruction requires the following: 'XSfvfnrclipxfqf' (SiFive FP32-to-int8 Ranged Clip Instructions)
2727
# CHECK-UNKNOWN: 5b 52 86 8e <unknown>
2828

2929
sf.vfnrclip.x.f.qf v4, v8, fa2, v0.t
3030
# CHECK-INST: sf.vfnrclip.x.f.qf v4, v8, fa2
3131
# CHECK-ENCODING: [0x5b,0x52,0x86,0x8c]
32-
# CHECK-ERROR: instruction requires the following: 'XSfvfnrclipxfqf' (FP32-to-int8 Ranged Clip Instructions)
32+
# CHECK-ERROR: instruction requires the following: 'XSfvfnrclipxfqf' (SiFive FP32-to-int8 Ranged Clip Instructions)
3333
# CHECK-UNKNOWN: 5b 52 86 8c <unknown>

0 commit comments

Comments
 (0)