[all-commits] [llvm/llvm-project] f60871: [LLVM][TableGen] Minor cleanup in CGIOperandList ...
Rahul Joshi via All-commits
all-commits at lists.llvm.org
Tue Jun 24 18:48:15 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f608716b098687f67c981f96d1adff324e41e486
https://github.com/llvm/llvm-project/commit/f608716b098687f67c981f96d1adff324e41e486
Author: Rahul Joshi <rjoshi at nvidia.com>
Date: 2025-06-24 (Tue, 24 Jun 2025)
Changed paths:
M llvm/utils/TableGen/AsmMatcherEmitter.cpp
M llvm/utils/TableGen/CodeEmitterGen.cpp
M llvm/utils/TableGen/Common/CodeGenInstruction.cpp
M llvm/utils/TableGen/Common/CodeGenInstruction.h
Log Message:
-----------
[LLVM][TableGen] Minor cleanup in CGIOperandList (#142721)
- Change `hadOperandNamed` to return index as std::optional and rename
it to `findOperandNamed`.
- Change `SubOperandAlias` to return std::optional and rename it to
`findSubOperandAlias`.
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