Skip to content

Commit 6d26e57

Browse files
committed
[RISCV] Remove accidentally duplicated isel patterns. NFC
VPatIntegerSetCCSDNode_XI_Swappable inherited from VPatIntegerSetCCSDNode_XI and contained the same patterns.
1 parent 6192f45 commit 6d26e57

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

llvm/lib/Target/RISCV/RISCVInstrInfoVSDPatterns.td

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,9 +325,7 @@ multiclass VPatIntegerSetCCSDNode_XI_Swappable<string instruction_name,
325325
CondCode cc, CondCode invcc,
326326
string kind,
327327
ComplexPattern SplatPatKind,
328-
DAGOperand xop_kind>
329-
: VPatIntegerSetCCSDNode_XI<instruction_name, cc, kind, SplatPatKind,
330-
xop_kind> {
328+
DAGOperand xop_kind> {
331329
foreach vti = AllIntegerVectors in {
332330
defvar instruction = !cast<Instruction>(instruction_name#_#kind#_#vti.LMul.MX);
333331
let Predicates = GetVTypePredicates<vti>.Predicates in {

0 commit comments

Comments
 (0)