Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix[venom]: clear
out_vars
during calculation (#4129)
Clear `out_vars` set at start of calculations When computing `out_vars` for each basic block, we perform set unions of variables expected by all successor basic blocks of the current block. This commit clears the `out_vars` set at the beginning of the calculations. --------- Co-authored-by: Charles Cooper <cooper.charles.m@gmail.com>
- Loading branch information