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
Instead of only detecting things at the LLVM level, we should consider also doing so at the Julia level where much more information is still available. JuliaLang/julia#57530 could probably serve as inspiration.
That said, we probably don't want to completely get rid of the LLVM IR verifier, or we'd have to accurately model how codegen behaves.
The text was updated successfully, but these errors were encountered:
Instead of only detecting things at the LLVM level, we should consider also doing so at the Julia level where much more information is still available. JuliaLang/julia#57530 could probably serve as inspiration.
That said, we probably don't want to completely get rid of the LLVM IR verifier, or we'd have to accurately model how codegen behaves.
The text was updated successfully, but these errors were encountered: