Skip to content

Commit 9fbd13c

Browse files
committed
fixup! [NFC][RISCV] Move Zvfbf* relative stuffs to RISCVInstrInfoZvfbf.td
1 parent c189396 commit 9fbd13c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

llvm/lib/Target/RISCV/RISCVInstrInfoZvfbf.td

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ let Predicates = [HasStdExtZvfbfwma],
3232
defm VFWMACCBF16_V : VWMAC_FV_V_F<"vfwmaccbf16", 0b111011>;
3333
}
3434

35+
//===----------------------------------------------------------------------===//
36+
// Pseudo instructions
37+
//===----------------------------------------------------------------------===//
3538
let Predicates = [HasStdExtZvfbfmin] in {
3639
defm PseudoVFWCVTBF16_F_F : VPseudoVWCVTD_V;
3740
defm PseudoVFNCVTBF16_F_F : VPseudoVNCVTD_W_RM;
@@ -40,7 +43,9 @@ let Predicates = [HasStdExtZvfbfmin] in {
4043
let mayRaiseFPException = true, Predicates = [HasStdExtZvfbfwma] in
4144
defm PseudoVFWMACCBF16 : VPseudoVWMAC_VV_VF_BF_RM;
4245

43-
46+
//===----------------------------------------------------------------------===//
47+
// Patterns
48+
//===----------------------------------------------------------------------===//
4449
let Predicates = [HasStdExtZvfbfmin] in {
4550
defm : VPatConversionWF_VF_BF<"int_riscv_vfwcvtbf16_f_f_v",
4651
"PseudoVFWCVTBF16_F_F", isSEWAware=1>;

0 commit comments

Comments
 (0)