[all-commits] [llvm/llvm-project] 35d520: [NFC][LLVM] Introduce `IIT_MATCH` to represents `L...
Rahul Joshi via All-commits
all-commits at lists.llvm.org
Sat Jun 6 09:03:43 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 35d520a2cb8b3b445f419fb15d674941b2da38e9
https://github.com/llvm/llvm-project/commit/35d520a2cb8b3b445f419fb15d674941b2da38e9
Author: Rahul Joshi <rjoshi at nvidia.com>
Date: 2026-06-06 (Sat, 06 Jun 2026)
Changed paths:
M llvm/include/llvm/IR/Intrinsics.h
M llvm/include/llvm/IR/Intrinsics.td
M llvm/lib/IR/Intrinsics.cpp
Log Message:
-----------
[NFC][LLVM] Introduce `IIT_MATCH` to represents `LLVMMatchType` (#202034)
Currently, the fully dependent identity type `LLVMMatchType` is
represented in the IIT encoding table as `IIT_ANY` with `AK_MatchType`
argument kind. Instead, add a new IIT code `IIT_MATCH` to represent such
dependent types, so that `IIT_ANY` is used to represent just the core
overload types.
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