Skip to content

Commit ffb70b0

Browse files
committed
[RISCV] Fix build after e747223
1 parent 1522354 commit ffb70b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/RISCV/RISCVInstrInfoZvfbf.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ defm VFWMACCBF16_V : VWMAC_FV_V_F<"vfwmaccbf16", 0b111011>;
3636
//===----------------------------------------------------------------------===//
3737
// Pseudo instructions
3838
//===----------------------------------------------------------------------===//
39-
let Predicates = [HasStdExtZvfbfmin] in {
39+
let Predicates = [HasStdExtZvfbfminOrZvfofp8min] in {
4040
defm PseudoVFWCVTBF16_F_F : VPseudoVWCVTD_V;
4141
defm PseudoVFNCVTBF16_F_F : VPseudoVNCVTD_W_RM;
4242
}
@@ -47,7 +47,7 @@ let mayRaiseFPException = true, Predicates = [HasStdExtZvfbfwma] in
4747
//===----------------------------------------------------------------------===//
4848
// Patterns
4949
//===----------------------------------------------------------------------===//
50-
let Predicates = [HasStdExtZvfbfmin] in {
50+
let Predicates = [HasStdExtZvfbfminOrZvfofp8min] in {
5151
defm : VPatConversionWF_VF_BF<"int_riscv_vfwcvtbf16_f_f_v",
5252
"PseudoVFWCVTBF16_F_F", isSEWAware=1>;
5353
defm : VPatConversionVF_WF_BF_RM<"int_riscv_vfncvtbf16_f_f_w",

0 commit comments

Comments
 (0)