https://github.com/JuliaLang/julia
Revision 52ff55886fdd296c401d281520bca3d87a615e81 authored by Keno Fischer on 23 December 2023, 15:03:47 UTC, committed by GitHub on 23 December 2023, 15:03:47 UTC
In #52608, I made `:leave` a proper terminator (we already considered it
as such during CFG construction, we just didn't maintain that property
in the optimizer). As part of this, I adjusted one place in cfg_simplify
to avoid merging blocks that end with non-trivial terminators
(previously only EnterNode was considered). Turns out there's another
one, so fix that as well.
1 parent 0b5cf42
Raw File
Tip revision: 52ff55886fdd296c401d281520bca3d87a615e81 authored by Keno Fischer on 23 December 2023, 15:03:47 UTC
cfg_simplify: Add one more check to avoid merging :leave terminator (#52621)
Tip revision: 52ff558
libuv.version
## jll artifact
LIBUV_JLL_NAME := LibUV

## source build
LIBUV_VER := 2
LIBUV_BRANCH=julia-uv2-1.44.2
LIBUV_SHA1=2723e256e952be0b015b3c0086f717c3d365d97e
back to top