Skip to content

Commit 482ec90

Browse files
authored
[Hexagon] Remove unused td files (#150109)
Fixes #150094
1 parent d1ca984 commit 482ec90

File tree

6 files changed

+0
-1262
lines changed

6 files changed

+0
-1262
lines changed

llvm/lib/Target/Hexagon/HexagonInstrFormats.td

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,5 +336,4 @@ class InstDuplex<bits<4> iClass, string cstr = ""> : Instruction,
336336
// Instruction Classes Definitions -
337337
//===----------------------------------------------------------------------===//
338338

339-
include "HexagonInstrFormatsV60.td"
340339
include "HexagonInstrFormatsV65.td"

llvm/lib/Target/Hexagon/HexagonInstrFormatsV60.td

Lines changed: 0 additions & 21 deletions
This file was deleted.

llvm/lib/Target/Hexagon/HexagonInstrFormatsV65.td

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@
2020
// Instruction Classes Definitions +
2121
//----------------------------------------------------------------------------//
2222

23-
class CVI_VA_Resource_NoOpcode<dag outs, dag ins, string asmstr,
24-
list<dag> pattern = [], string cstr = "",
25-
InstrItinClass itin = CVI_VA>
26-
: InstHexagon<outs, ins, asmstr, pattern, cstr, itin, TypeCVI_VA>;
27-
2823
class CVI_GATHER_TMP_LD_Resource_NoOpcode<dag outs, dag ins, string asmstr,
2924
list<dag> pattern = [], string cstr = "",
3025
InstrItinClass itin = CVI_GATHER_PSEUDO>

0 commit comments

Comments
 (0)