[flang-commits] [flang] [mlir] [MLIR][ODS] Add support for overloading interface methods (PR #161828)
Matthias Springer via flang-commits
flang-commits at lists.llvm.org
Mon Oct 6 07:48:56 PDT 2025
================
@@ -62,6 +65,8 @@ class InterfaceMethod {
// The arguments of this method.
SmallVector<Argument, 2> arguments;
+
+ std::string dedupName;
----------------
matthias-springer wrote:
Can you add a comment here?
https://github.com/llvm/llvm-project/pull/161828
More information about the flang-commits
mailing list