[all-commits] [llvm/llvm-project] e5c6c5: IntrinsicEmitter: Change IntrinsicsToAttributesMap...

Fangrui Song via All-commits all-commits at lists.llvm.org
Fri Feb 12 16:43:04 PST 2021


  Branch: refs/heads/release/12.x
  Home:   https://github.com/llvm/llvm-project
  Commit: e5c6c5c16923b2127a92e8a596ade50b97111b03
      https://github.com/llvm/llvm-project/commit/e5c6c5c16923b2127a92e8a596ade50b97111b03
  Author: Fangrui Song <i at maskray.me>
  Date:   2021-02-12 (Fri, 12 Feb 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.

(cherry picked from commit b7d63244226ba2c0df651622fe7fe3f5f8aba262)




More information about the All-commits mailing list