-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MLIR]--mlir-debug-counter=pass-execution-skip=1 --test-pdll-pass
triggers Assertion failure `matcherFunc && rewriterModule && "invalid PDL Interpreter module"'
#128342
Comments
@llvm/issue-subscribers-mlir Author: None (xisang0)
Test on commit: https://github.com/llvm/llvm-project/commit/1d070988d9172965dee227e5629fa886845b815f
steps to reproduce:
```
mlir-opt test.mlir --mlir-debug-counter=pass-execution-skip=1 --test-pdll-pass
```
test case:
```
module
{
}
mlir-opt: /home/workdir/llvm-project-19/mlir/lib/Rewrite/ByteCode.cpp:505: void (anonymous namespace)::Generator::generate(ModuleOp): Assertion `matcherFunc && rewriterModule && "invalid PDL Interpreter module"' failed.
|
Test on commit: 1d07098
steps to reproduce:
test case:
crash trace:
The text was updated successfully, but these errors were encountered: