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 looks like pretty much all the legacy pass API has been removed in LLVM17. This covers everything from go-llvm/transforms_*.go as well as LLVMConstSelect. The latter is not used by tinygo, but several of the former are:
It looks like pretty much all the legacy pass API has been removed in LLVM17. This covers everything from
go-llvm/transforms_*.go
as well asLLVMConstSelect
. The latter is not used by tinygo, but several of the former are:Functions from transforms_ipo.go
Functions from transforms_pmbuilder.go
(I didn't bother looking for any of the builder methods since the struct itself is removed anyway.)
Functions from transforms_scalar.go
The text was updated successfully, but these errors were encountered: