Revision be1be44b2a1729b4783967f7a217ba94eaa0ec60 authored by Keno Fischer on 24 October 2022, 13:49:25 UTC, committed by GitHub on 24 October 2022, 13:49:25 UTC
I continue to throw cfg_simplify at big external IR examples and
unfortunately, I continue finding bugs. Hopefully this is the last
of it. The particular bug here had to do with scheduling fallthroughs
properly across dropped basic blocks. The test gives an example,
but it's pretty hard to hit this case.
1 parent a528f77
Raw File
LibCURL.version
LIBCURL_BRANCH = master
LIBCURL_SHA1 = fd8af649b38ae20c3ff7f5dca53753512ca00376
LIBCURL_GIT_URL := https://github.com/JuliaWeb/LibCURL.jl.git
LIBCURL_TAR_URL = https://api.github.com/repos/JuliaWeb/LibCURL.jl/tarball/$1
back to top