https://github.com/JuliaLang/julia
Revision 9e53f518f0a3782c8fad74ad8d3ad7bb4792dcf3 authored by Keno Fischer on 07 October 2022, 03:21:48 UTC, committed by GitHub on 07 October 2022, 03:21:48 UTC
There were two issues here:
1. The code was assuming that any negative index in the BB rename array
   meant to skip the array, but the IncrementalCompact code was only processing
   -1. Adjust that to match the assumption.
2. A statement that was expected to be skipped was not properly erased. cfg_simplify
   overrode the `IncrementalCompact`-or's decision to skip a node, but didn't properly
   erase it. Since skipped nodes were not renamed, this would result in invalid IR.
1 parent 0620361
History
Tip revision: 9e53f518f0a3782c8fad74ad8d3ad7bb4792dcf3 authored by Keno Fischer on 07 October 2022, 03:21:48 UTC
Fix IR corruption in cfg_simplify! (#47073)
Tip revision: 9e53f51
File Mode Size
.devcontainer
.github
base
cli
contrib
deps
doc
etc
src
stdlib
test
.buildkite-external-version -rw-r--r-- 5 bytes
.clang-format -rw-r--r-- 3.3 KB
.codecov.yml -rw-r--r-- 52 bytes
.git-blame-ignore-revs -rw-r--r-- 294 bytes
.gitattributes -rw-r--r-- 65 bytes
.gitignore -rw-r--r-- 493 bytes
.mailmap -rw-r--r-- 12.1 KB
CITATION.bib -rw-r--r-- 513 bytes
CITATION.cff -rw-r--r-- 940 bytes
CONTRIBUTING.md -rw-r--r-- 23.3 KB
HISTORY.md -rw-r--r-- 349.9 KB
LICENSE.md -rw-r--r-- 1.3 KB
Make.inc -rw-r--r-- 50.2 KB
Makefile -rw-r--r-- 27.5 KB
NEWS.md -rw-r--r-- 8.3 KB
README.md -rw-r--r-- 7.3 KB
THIRDPARTY.md -rw-r--r-- 3.7 KB
VERSION -rw-r--r-- 10 bytes
julia.spdx.json -rw-r--r-- 35.8 KB
sysimage.mk -rw-r--r-- 4.1 KB

README.md

back to top