Revision 39a4013ded7775304554a303de53c46a467fd488 authored by Keno Fischer on 25 June 2023, 16:23:11 UTC, committed by GitHub on 25 June 2023, 16:23:11 UTC
There was an off-by-one in the indexing for TwoPhaseDefUseMap, causing
def-use chains to not be properly visited. We don't use this functionality
much in base, because it's only active for irinterp on functions with
loops that were shown to terminate, which the compiler currently does
not generally have the power to do, but I saw it in some downstream
experiments.
1 parent dd1f03d
History
File Mode Size
Dockerfile -rw-r--r-- 140 bytes
devcontainer.json -rw-r--r-- 134 bytes

back to top