We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c745f74 commit ad75b3bCopy full SHA for ad75b3b
llvm/lib/Target/RISCV/RISCVInstrInfoXSf.td
@@ -482,7 +482,7 @@ let Predicates = [HasVendorXSfvfwmaccqqq] in {
482
defm SF_VFWMACC_4x4x4 : VPseudoSiFiveVFWMACC;
483
}
484
485
-let Predicates = [HasVendorXSfvfnrclipxfqf] in {
+let Predicates = [HasVendorXSfvfnrclipxfqf], AltFmtType = IS_NOT_ALTFMT in {
486
defm SF_VFNRCLIP_XU_F_QF : VPseudoSiFiveVFNRCLIP;
487
defm SF_VFNRCLIP_X_F_QF : VPseudoSiFiveVFNRCLIP;
488
0 commit comments