Use SequenceToOffsetTable to create instruction name table. Saves space particularly...
authorCraig Topper <craig.topper@gmail.com>
Sun, 1 Apr 2012 18:14:14 +0000 (18:14 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sun, 1 Apr 2012 18:14:14 +0000 (18:14 +0000)
commit413b2e7539a1e41f8694abb809678ae48d1e6125
tree828c099ad806b0ae8e5f2da267f4d717f24638eb
parent243018ffcf764e4dde2968f909f4a2e578aafe86
Use SequenceToOffsetTable to create instruction name table. Saves space particularly on X86 where AVX instructions just add a 'v' to the front of other instructions.

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