[all-commits] [llvm/llvm-project] b7d632: IntrinsicEmitter: Change IntrinsicsToAttributesMap...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Wed Jan 27 20:34:51 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b7d63244226ba2c0df651622fe7fe3f5f8aba262
https://github.com/llvm/llvm-project/commit/b7d63244226ba2c0df651622fe7fe3f5f8aba262
Author: Fangrui Song <i at maskray.me>
Date: 2021-01-27 (Wed, 27 Jan 2021)
Changed paths:
M llvm/utils/TableGen/IntrinsicEmitter.cpp
Log Message:
-----------
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.
More information about the All-commits
mailing list