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 36fd729 commit 4a601cfCopy full SHA for 4a601cf
llvm/lib/Target/RISCV/RISCVInstrInfoXSf.td
@@ -581,10 +581,10 @@ defset list<VTypeInfoToWide> VQMACCDODInfoPairs = {
581
}
582
583
defset list<VTypeInfoToWide> VQMACCQOQInfoPairs = {
584
- def : VTypeInfoToWide<VI8MF2, VI32M1>;
585
- def : VTypeInfoToWide<VI8M1, VI32M2>;
586
- def : VTypeInfoToWide<VI8M2, VI32M4>;
587
- def : VTypeInfoToWide<VI8M4, VI32M8>;
+ def : VTypeInfoToWide<VI8MF2, VI32M1>;
+ def : VTypeInfoToWide<VI8M1, VI32M2>;
+ def : VTypeInfoToWide<VI8M2, VI32M4>;
+ def : VTypeInfoToWide<VI8M4, VI32M8>;
588
589
590
multiclass VPatVQMACCDOD<string intrinsic, string instruction, string kind>
0 commit comments