-
Notifications
You must be signed in to change notification settings - Fork 12.1k
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] Transform dialect interpreter crashed on unregistered ops #117281
Comments
@llvm/issue-subscribers-mlir Author: Jakub Kuderski (kuhar)
Repro:
```mlir
// RUN: mlir-opt %s --transform-interpreter --allow-unregistered-dialect
module @named attributes { transform.with_named_sequence } {
mlir-opt: /home/jakub/iree/iree/third_party/llvm-project/llvm/include/llvm/Support/Casting.h:572: decltype(auto) llvm::cast(From &) [To = mlir::transform
|
I can't reproduce it. I get this.
|
Repro:
Error message:
I'd expect this to exit with an error but not crash.
The text was updated successfully, but these errors were encountered: