IntrinsicEmitter: Change IntrinsicsToAttributesMap from uint8_t[] to uint16_t[]
authorFangrui Song <i@maskray.me>
Thu, 28 Jan 2021 04:34:35 +0000 (20:34 -0800)
committerFangrui Song <i@maskray.me>
Thu, 28 Jan 2021 04:34:35 +0000 (20:34 -0800)
commitb7d63244226ba2c0df651622fe7fe3f5f8aba262
tree5ecb2e3b68ba6db59d653e8ef8d66696e511b521
parent5c1cea6f406366b85f3c200a1c48f713da4450ba
IntrinsicEmitter: Change IntrinsicsToAttributesMap from uint8_t[] to uint16_t[]

We need at least 252 UniqAttributes now, which will soon overflow.
Actually with downstream backends we can easily use up the last few values.
So bump to uint16_t.
llvm/utils/TableGen/IntrinsicEmitter.cpp