Skip to content

Commit 025b438

Browse files
committed
[RISCV] Remove scalar half FP load/store/move mc tests for Zvfbfwma. NFC.
Zvfbfwma doesn't include scalar half FP load/store/move instructions.
1 parent 1132562 commit 025b438

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

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

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -40,29 +40,3 @@ vfwmaccbf16.vf v8, fa0, v4, v0.t
4040
# CHECK-ERROR: instruction requires the following: 'Zvfbfwma' (Vector BF16 widening mul-add){{$}}
4141
# CHECK-UNKNOWN: ee455457 <unknown>
4242
vfwmaccbf16.vf v8, fa0, v4
43-
44-
# Check scalar half FP load/store/move included in this extension.
45-
46-
# CHECK-INST: flh ft0, 12(a0)
47-
# CHECK-ENCODING: [0x07,0x10,0xc5,0x00]
48-
# CHECK-ERROR: instruction requires the following: 'Zfh' (Half-Precision Floating-Point) or 'Zfhmin' (Half-Precision Floating-Point Minimal) or 'Zfbfmin' (Scalar BF16 Converts){{$}}
49-
# CHECK-UNKNOWN: 00c51007 <unknown>
50-
flh f0, 12(a0)
51-
52-
# CHECK-INST: fsh ft6, 2047(s4)
53-
# CHECK-ENCODING: [0xa7,0x1f,0x6a,0x7e]
54-
# CHECK-ERROR: instruction requires the following: 'Zfh' (Half-Precision Floating-Point) or 'Zfhmin' (Half-Precision Floating-Point Minimal) or 'Zfbfmin' (Scalar BF16 Converts){{$}}
55-
# CHECK-UNKNOWN: 7e6a1fa7 <unknown>
56-
fsh f6, 2047(s4)
57-
58-
# CHECK-INST: fmv.x.h a2, fs7
59-
# CHECK-ENCODING: [0x53,0x86,0x0b,0xe4]
60-
# CHECK-ERROR: instruction requires the following: 'Zfh' (Half-Precision Floating-Point) or 'Zfhmin' (Half-Precision Floating-Point Minimal) or 'Zfbfmin' (Scalar BF16 Converts){{$}}
61-
# CHECK-UNKNOWN: e40b8653 <unknown>
62-
fmv.x.h a2, fs7
63-
64-
# CHECK-INST: fmv.h.x ft1, a6
65-
# CHECK-ENCODING: [0xd3,0x00,0x08,0xf4]
66-
# CHECK-ERROR: instruction requires the following: 'Zfh' (Half-Precision Floating-Point) or 'Zfhmin' (Half-Precision Floating-Point Minimal) or 'Zfbfmin' (Scalar BF16 Converts){{$}}
67-
# CHECK-UNKNOWN: f40800d3 <unknown>
68-
fmv.h.x ft1, a6

0 commit comments

Comments
 (0)