[PATCH] D48937: [TableGen] Increase the number of supported decoder fix-ups.

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 4 06:42:25 PDT 2018


sdesmalen created this revision.
sdesmalen added reviewers: dmgreen, stoklund, petpav01.

The vast number of added instructions for SVE causes TableGen to fail with an assertion:

  Assertion `Delta < 65536U && "disassembler decoding table too large!"'

This patch increases the number of supported decoder fix-ups.


https://reviews.llvm.org/D48937

Files:
  test/TableGen/trydecode-emission.td
  test/TableGen/trydecode-emission2.td
  test/TableGen/trydecode-emission3.td
  utils/TableGen/FixedLenDecoderEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48937.154101.patch
Type: text/x-patch
Size: 11616 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180704/53dae8a7/attachment.bin>


More information about the llvm-commits mailing list