[JuliaLowering] `ssaflags` support (#61792)
Fill in CodeInfo ssaflags, which was an outstanding TODO. This means `inbounds`, `inline`, `noinline`, and `purity` should now be fully supported, where previously we only supported the cases they expanded to `(meta $symbol)`. The implementation should match `jl_new_code_info_from_ir` in method.c. Tests mostly botted. Certain internal errors should now be fixed: fix #61737, fix https://github.com/JuliaLang/JuliaLowering.jl/issues/128
E
Em Chu committed
9107804ad2112f334f1eff14111142a3816a3aeb
Parent: 9be3e73
Committed by GitHub <noreply@github.com>
on 5/29/2026, 11:16:37 PM