Skip to content

Commit 658bb98

Browse files
authored
[TableGen] Increase IndexWidth DAGISelMatcherEmitter. (#159479)
RISC-V has over a million bytes in the table.
1 parent 7f36611 commit 658bb98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/TableGen/DAGISelMatcherEmitter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
using namespace llvm;
3030

3131
enum {
32-
IndexWidth = 6,
32+
IndexWidth = 7,
3333
FullIndexWidth = IndexWidth + 4,
3434
HistOpcWidth = 40,
3535
};

0 commit comments

Comments
 (0)