You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It turned out that I had missing dialect_resources. program-with-dialect-resources.zip has the missing IR.
During verification of util.global we should probably check if the referenced resource is missing.
Ah yeah, someone hit this the other day when they incorrectly deleted required resources. MLIR should be checking this kind of thing, if anything - resources are an MLIR concept. Globals aren't enough to validate as any op or attribute can reference resources and we can't always be exhaustively checking them all.
What happened?
I got a segfault in
mlir::iree_compiler::IREE::VM::translateModuleToBytecode
.Here is a vm-translate-to-bytecode-crash.zip.
Steps to reproduce your issue
Use
compile.sh
in the ZIP.What component(s) does this issue relate to?
Compiler
Version information
#18217
Additional context
No response
The text was updated successfully, but these errors were encountered: