Skip to content

Commit

Permalink
[RISCV] Remove some unnecessary UnsupportedSched* that are implied by…
Browse files Browse the repository at this point in the history
… others. NFC

Tablegen is missing a check that should have caught that these
were duplicated. I'm working to restore that check.
  • Loading branch information
topperc committed Jan 22, 2025
1 parent 76b0187 commit 9883aa9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion llvm/lib/Target/RISCV/RISCVSchedMIPSP8700.td
Original file line number Diff line number Diff line change
Expand Up @@ -277,5 +277,4 @@ defm : UnsupportedSchedSFB;
defm : UnsupportedSchedZabha;
defm : UnsupportedSchedXsfvcp;
defm : UnsupportedSchedZvk;
defm : UnsupportedSchedZvkned;
}
2 changes: 0 additions & 2 deletions llvm/lib/Target/RISCV/RISCVSchedSyntacoreSCR1.td
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ def : ReadAdvance<ReadIMul32, 0>;
//===----------------------------------------------------------------------===//
// Unsupported extensions
defm : UnsupportedSchedA;
defm : UnsupportedSchedD;
defm : UnsupportedSchedF;
defm : UnsupportedSchedSFB;
defm : UnsupportedSchedV;
Expand All @@ -117,7 +116,6 @@ defm : UnsupportedSchedZbs;
defm : UnsupportedSchedZbkb;
defm : UnsupportedSchedZbkx;
defm : UnsupportedSchedZfa;
defm : UnsupportedSchedZfh;
defm : UnsupportedSchedXsfvcp;
defm : UnsupportedSchedZvk;
}

0 comments on commit 9883aa9

Please sign in to comment.