Files
llvm/utils/TableGen
Craig Topper e7c3224a48 [TableGen] Properly calculate the minimum size needed or ConvertFn in GenAsmmatcher.inc files
We were using the number of Matchables rather than the number of rows in the converter table.

This only matters for a few of the targets where the number of matchables is more than 255, but the number of converters is less than 255. Many of the targets have more than 256 converters. So already required a uint16_t.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@357527 91177308-0d34-0410-b5e6-96231b3b80d8
2019-04-02 20:52:04 +00:00
..
2019-03-12 21:02:54 +00:00
2019-03-12 21:02:54 +00:00
2019-03-31 14:49:00 +00:00