[Mlir-commits] [mlir] [TOSA] Add StatefulOps to TOSA Dialect (PR #66843)
Mehdi Amini
llvmlistbot at llvm.org
Tue Sep 19 22:43:40 PDT 2023
================
@@ -63,7 +63,7 @@ struct ValidationOptions {
}
};
-std::unique_ptr<Pass> createTosaValidationPass(
+std::unique_ptr<OperationPass<ModuleOp>> createTosaValidationPass(
ValidationOptions const &options = ValidationOptions());
----------------
joker-eph wrote:
Nit: this should be auto-generated: just remove the `let constructor =` from the .td file
https://github.com/llvm/llvm-project/pull/66843
More information about the Mlir-commits
mailing list