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
The addition of a semantic analysis package has been discussed at different places in the past. This issue tracks the implementation and design considerations of such a package.
We do already have access to a functioning verifier (opt -verify).
As such, we could/should probably rely on the already implemented LLVM IR verification of opt rather than re-implementing this in Go, since our verification would quite likely fall out of sync with the official implementation. Closing this issue for now. If there are significant reasons why we'd still want to do this in Go, rather than just invoking the opt tool, we can re-open this issue. Closing for now.
The addition of a semantic analysis package has been discussed at different places in the past. This issue tracks the implementation and design considerations of such a package.
Wish list for package
llir/llvm/sem
.@dannypsnl and @pwaller, feel free to propose additions to this list. Then we can figure out how to design and implement such a package.
The text was updated successfully, but these errors were encountered: