Skip to content

Commit 3f66dc8

Browse files
committed
Default pattern to []
1 parent 2590e74 commit 3f66dc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ defset list<VTypeInfoToWide> AllWidenableBFloatToFloatVectors = {
543543
// This represents the information we need in codegen for each pseudo.
544544
// The definition should be consistent with `struct PseudoInfo` in
545545
// RISCVInstrInfo.h.
546-
class RISCVVPseudo<dag outs, dag ins, list<dag> pattern, string opcodestr = "", string argstr = "">
546+
class RISCVVPseudo<dag outs, dag ins, list<dag> pattern = [], string opcodestr = "", string argstr = "">
547547
: Pseudo<outs, ins, pattern, opcodestr, argstr> {
548548
Pseudo Pseudo = !cast<Pseudo>(NAME); // Used as a key.
549549
Instruction BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);

0 commit comments

Comments
 (0)