[all-commits] [llvm/llvm-project] a880c8: [NFC][TableGen] Add accessors for various instruct...
Rahul Joshi via All-commits
all-commits at lists.llvm.org
Wed Jul 2 12:49:49 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a880c8e670befc20dfb6e0789e8dfb93aa06173c
https://github.com/llvm/llvm-project/commit/a880c8e670befc20dfb6e0789e8dfb93aa06173c
Author: Rahul Joshi <rjoshi at nvidia.com>
Date: 2025-07-02 (Wed, 02 Jul 2025)
Changed paths:
M llvm/utils/TableGen/Common/CodeGenSchedule.cpp
M llvm/utils/TableGen/Common/CodeGenTarget.cpp
M llvm/utils/TableGen/Common/CodeGenTarget.h
M llvm/utils/TableGen/InstrInfoEmitter.cpp
Log Message:
-----------
[NFC][TableGen] Add accessors for various instruction subclasses (#146615)
- Add various instruction subclass/sub-slice accessors to
`CodeGenTarget`.
- Delete unused `inst_begin` and `inst_end` iterators.
- Rename `Instructions` to `InstructionMap` and `getInstructions` to
`getInstructionMap` to better represent their meaning.
- Use these new accessors in InstrInfoEmitter
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