[all-commits] [llvm/llvm-project] 00fb86: [mlir][transform] Fix typo in TrackingListener
Matthias Springer via All-commits
all-commits at lists.llvm.org
Thu Mar 30 03:10:44 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 00fb8610adbab7b5d74967bdb0c45a25cbca40de
https://github.com/llvm/llvm-project/commit/00fb8610adbab7b5d74967bdb0c45a25cbca40de
Author: Matthias Springer <me at m-sp.org>
Date: 2023-03-30 (Thu, 30 Mar 2023)
Changed paths:
M mlir/include/mlir/Dialect/Transform/IR/TransformOps.h
Log Message:
-----------
[mlir][transform] Fix typo in TrackingListener
This was an oversight in D147206. The function should not have been made
`const` (just like the other `notify...` functions).
More information about the All-commits
mailing list