[all-commits] [llvm/llvm-project] c3a8ac: [mlir][test] Drop op type from test passes in Test...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Thu Jun 15 03:29:46 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c3a8ac79b838eca5d01d4ac0f43ecadbd3bced8b
https://github.com/llvm/llvm-project/commit/c3a8ac79b838eca5d01d4ac0f43ecadbd3bced8b
Author: Matthias Springer <me at m-sp.org>
Date: 2023-06-15 (Thu, 15 Jun 2023)
Changed paths:
M mlir/test/lib/Dialect/Test/TestPatterns.cpp
Log Message:
-----------
[mlir][test] Drop op type from test passes in TestPatterns.cpp
When possible, use `OperationPass<>` instead of `OperationPass<ModuleOp>` or `OperationPass<FuncOp>`.
Differential Revision: https://reviews.llvm.org/D153005
More information about the All-commits
mailing list