[all-commits] [llvm/llvm-project] 30e4b8: [mlir][Transforms] Use correct listener in dialect...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Mon Mar 11 18:34:39 PDT 2024
Branch: refs/heads/users/matthias-springer/fix_listener_typo
Home: https://github.com/llvm/llvm-project
Commit: 30e4b8cd0d5b48f2d2a13dddd3cd257e7dcf6e49
https://github.com/llvm/llvm-project/commit/30e4b8cd0d5b48f2d2a13dddd3cd257e7dcf6e49
Author: Matthias Springer <springerm at google.com>
Date: 2024-03-12 (Tue, 12 Mar 2024)
Changed paths:
M mlir/lib/Transforms/Utils/DialectConversion.cpp
Log Message:
-----------
[mlir][Transforms] Use correct listener in dialect conversion
There was a typo in the dialect conversion: `RewriterBase::Listener` should be used instead of `ForwardingListener`.
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