[all-commits] [llvm/llvm-project] 8f0293: [NFC][TableGen] Eliminate use of `ConstRecIter` fr...
Rahul Joshi via All-commits
all-commits at lists.llvm.org
Mon Mar 10 12:23:46 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8f0293695f783ec9dd0bd7532e1556edbbf6cfea
https://github.com/llvm/llvm-project/commit/8f0293695f783ec9dd0bd7532e1556edbbf6cfea
Author: Rahul Joshi <rjoshi at nvidia.com>
Date: 2025-03-10 (Mon, 10 Mar 2025)
Changed paths:
M llvm/utils/TableGen/SubtargetEmitter.cpp
Log Message:
-----------
[NFC][TableGen] Eliminate use of `ConstRecIter` from SubtargetEmitter (#130162)
- Eliminate use of `ConstRecIter` from `expandProcResources` by using `all_of()` to simplify the code.
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