Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix[venom]: fix unused variables pass (#4259)
it corrupts the DFG. to see the bug before this commit, add another `StoreEliminationPass` after `RemoveUnusedVariablesPass`. this commit invalidates the DFG after removing unused variables.
- Loading branch information