[Mlir-commits] [mlir] [mlir][tosa] Converted TosaAvailability pass to ModuleOp from FuncOp, fixes crash in threaded pass manager (PR #183063)
Arjun Bhamra
llvmlistbot at llvm.org
Wed Feb 25 06:56:22 PST 2026
================
@@ -19,7 +19,7 @@ using namespace mlir;
namespace {
/// A pass for testing Tosa op availability.
struct PrintOpAvailability
- : public PassWrapper<PrintOpAvailability, OperationPass<func::FuncOp>> {
+ : public PassWrapper<PrintOpAvailability, OperationPass<ModuleOp>> {
----------------
abhamra wrote:
@lhutton1 That's a great point, I think that's what I'll do.
https://github.com/llvm/llvm-project/pull/183063
More information about the Mlir-commits
mailing list