Skip to content

Commit

Permalink
Fix bug in which uses of SSA values processed in just_fixup! were n…
Browse files Browse the repository at this point in the history
…ot counted

This fixes #29253, which was caused by `simple_dce!` erroneously erasing SSA
values that did not appear to be used, because these uses were only discovered
in `just_fixup!` at the end of iterating over an `IncrementalCompact`.
  • Loading branch information
yhls authored and vchuravy committed Oct 4, 2020
1 parent 7181bdb commit 6a8aae5
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 6a8aae5

Please sign in to comment.