[TableGen] Allow asm writer to use up to 3 OpInfo tables instead of 2. This allows...
authorCraig Topper <craig.topper@gmail.com>
Mon, 11 Jan 2016 05:13:41 +0000 (05:13 +0000)
committerCraig Topper <craig.topper@gmail.com>
Mon, 11 Jan 2016 05:13:41 +0000 (05:13 +0000)
commitd05b60850b81bed92c27b26f6cc97498ecca1ac2
tree5862782b7e122727dff080dbad593bbde53d439f
parentdb6f0c6ae0b1d00f21e262d26d1d16ccc368f76c
[TableGen] Allow asm writer to use up to 3 OpInfo tables instead of 2. This allows x86 to use 56 total bits made up of a 32-bit, 16-bit, and 8-bit table. Previously we were using 64 total bits.

This saves 14K from the x86 table size. And saves space on other targets as well.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257315 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/AsmWriterEmitter.cpp