[all-commits] [llvm/llvm-project] 2a0073: [LLVM][TableGen] Check overloaded intrinsic mangli...

Rahul Joshi via All-commits all-commits at lists.llvm.org
Tue Oct 15 08:16:20 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2a0073f6b50e8ae8f08dcf9c29d90503ac7816ae
      https://github.com/llvm/llvm-project/commit/2a0073f6b50e8ae8f08dcf9c29d90503ac7816ae
  Author: Rahul Joshi <rjoshi at nvidia.com>
  Date:   2024-10-15 (Tue, 15 Oct 2024)

  Changed paths:
    A llvm/test/TableGen/intrinsic-overload-conflict.td
    M llvm/unittests/IR/IntrinsicsTest.cpp
    M llvm/utils/TableGen/Basic/CodeGenIntrinsics.cpp
    M llvm/utils/TableGen/Basic/CodeGenIntrinsics.h
    M llvm/utils/TableGen/IntrinsicEmitter.cpp

  Log Message:
  -----------
  [LLVM][TableGen] Check overloaded intrinsic mangling suffix conflicts (#110324)

Check name conflicts between intrinsics caused by mangling suffix.

If the base name of an overloaded intrinsic is a proper prefix of
another intrinsic, check if the other intrinsic name suffix after the
proper prefix can match a mangled type and issue an error if it can.



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