[all-commits] [llvm/llvm-project] 9bf02a: [LLVM][TableGen] Tighten intrinsic properties inde...
Rahul Joshi via All-commits
all-commits at lists.llvm.org
Wed Oct 2 06:06:34 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9bf02a8bfe16f1ed3d98f114a1d59e111fdccb3e
https://github.com/llvm/llvm-project/commit/9bf02a8bfe16f1ed3d98f114a1d59e111fdccb3e
Author: Rahul Joshi <rjoshi at nvidia.com>
Date: 2024-10-02 (Wed, 02 Oct 2024)
Changed paths:
M llvm/include/llvm/IR/Intrinsics.td
Log Message:
-----------
[LLVM][TableGen] Tighten intrinsic properties index type (#110733)
For intrinsic properties that are applicable only to arguments, require
use of class `ArgIndex` for specifying the index. For properties that
are applicable to either arguments or return value, use `AttrIndex`.
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