[all-commits] [llvm/llvm-project] 2a3068: [mlir][Transforms] Use correct listener in dialect...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Mon Mar 11 18:51:33 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2a3068455716a1a37da9155d4d96107901bba4a8
https://github.com/llvm/llvm-project/commit/2a3068455716a1a37da9155d4d96107901bba4a8
Author: Matthias Springer <me at m-sp.org>
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 (#84861)
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