Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
inference: add missing tfuncs to the
xxxglobal
builtins
These builtins are now special-cased within `abstract_call_known` after #56299, making them unnecessary for basic inference. As a result, their tfuncs have been removed in the PR. However the algorithm for calculating inlining costs still looks up these tfuncs, so they need to be recovered. Additionally, the `generate_builtins.jl` script in JuliaInterpreter also uses these tfuncs, so it would be worthwhile to register even simple placeholder tfuncs for now.
- Loading branch information