[all-commits] [llvm/llvm-project] 6af94c: [IntrinsicEmitter] Make AttributesMap bits adaptiv...

Elvin Wang via All-commits all-commits at lists.llvm.org
Fri Sep 12 11:42:30 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6af94c566e3826de6b4a09518b78a48a1ffd92d3
      https://github.com/llvm/llvm-project/commit/6af94c566e3826de6b4a09518b78a48a1ffd92d3
  Author: Elvin Wang <elvin.wang at intel.com>
  Date:   2025-09-12 (Fri, 12 Sep 2025)

  Changed paths:
    M llvm/lib/IR/Intrinsics.cpp
    M llvm/test/TableGen/intrinsic-attrs.td
    M llvm/utils/TableGen/Basic/IntrinsicEmitter.cpp

  Log Message:
  -----------
  [IntrinsicEmitter] Make AttributesMap bits adaptive (#157965)

Make IntrinsicsToAttributesMap's func. and arg. fields be able to have
adaptive sizes based on input other than hardcoded 8bits/8bits.
This will ease the pressure for adding new intrinsics in private
downstreams.

func. attr bitsize will become 7(127/128) vs 8(255/256)



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list