[llvm] 7443af1 - [NFC][RISCV] Fix failed test caused by #71141

via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 2 22:10:01 PDT 2023


Author: sunshaoce
Date: 2023-11-03T13:06:48+08:00
New Revision: 7443af1ed301af00359af4b353d697f9bc80cf23

URL: https://github.com/llvm/llvm-project/commit/7443af1ed301af00359af4b353d697f9bc80cf23
DIFF: https://github.com/llvm/llvm-project/commit/7443af1ed301af00359af4b353d697f9bc80cf23.diff

LOG: [NFC][RISCV] Fix failed test caused by #71141

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/test/MC/RISCV/rvv/xsfvfnrclip.s b/llvm/test/MC/RISCV/rvv/xsfvfnrclip.s
index dc9b7ef8bf61cab..d8b184659ac4a71 100644
--- a/llvm/test/MC/RISCV/rvv/xsfvfnrclip.s
+++ b/llvm/test/MC/RISCV/rvv/xsfvfnrclip.s
@@ -11,23 +11,23 @@
 sf.vfnrclip.xu.f.qf v4, v8, fa2
 # CHECK-INST: sf.vfnrclip.xu.f.qf v4, v8, fa2
 # CHECK-ENCODING: [0x5b,0x52,0x86,0x8a]
-# CHECK-ERROR: instruction requires the following: 'XSfvfnrclipxfqf' (FP32-to-int8 Ranged Clip Instructions)
+# CHECK-ERROR: instruction requires the following: 'XSfvfnrclipxfqf' (SiFive FP32-to-int8 Ranged Clip Instructions)
 # CHECK-UNKNOWN: 5b 52 86 8a <unknown>
 
 sf.vfnrclip.xu.f.qf v4, v8, fa2, v0.t
 # CHECK-INST: sf.vfnrclip.xu.f.qf v4, v8, fa2
 # CHECK-ENCODING: [0x5b,0x52,0x86,0x88]
-# CHECK-ERROR: instruction requires the following: 'XSfvfnrclipxfqf' (FP32-to-int8 Ranged Clip Instructions)
+# CHECK-ERROR: instruction requires the following: 'XSfvfnrclipxfqf' (SiFive FP32-to-int8 Ranged Clip Instructions)
 # CHECK-UNKNOWN: 5b 52 86 88 <unknown>
 
 sf.vfnrclip.x.f.qf v4, v8, fa2
 # CHECK-INST: sf.vfnrclip.x.f.qf v4, v8, fa2
 # CHECK-ENCODING: [0x5b,0x52,0x86,0x8e]
-# CHECK-ERROR: instruction requires the following: 'XSfvfnrclipxfqf' (FP32-to-int8 Ranged Clip Instructions)
+# CHECK-ERROR: instruction requires the following: 'XSfvfnrclipxfqf' (SiFive FP32-to-int8 Ranged Clip Instructions)
 # CHECK-UNKNOWN: 5b 52 86 8e <unknown>
 
 sf.vfnrclip.x.f.qf v4, v8, fa2, v0.t
 # CHECK-INST: sf.vfnrclip.x.f.qf v4, v8, fa2
 # CHECK-ENCODING: [0x5b,0x52,0x86,0x8c]
-# CHECK-ERROR: instruction requires the following: 'XSfvfnrclipxfqf' (FP32-to-int8 Ranged Clip Instructions)
+# CHECK-ERROR: instruction requires the following: 'XSfvfnrclipxfqf' (SiFive FP32-to-int8 Ranged Clip Instructions)
 # CHECK-UNKNOWN: 5b 52 86 8c <unknown>


        


More information about the llvm-commits mailing list