We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f36611 commit 658bb98Copy full SHA for 658bb98
llvm/utils/TableGen/DAGISelMatcherEmitter.cpp
@@ -29,7 +29,7 @@
29
using namespace llvm;
30
31
enum {
32
- IndexWidth = 6,
+ IndexWidth = 7,
33
FullIndexWidth = IndexWidth + 4,
34
HistOpcWidth = 40,
35
};
0 commit comments