Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix[venom]: fix unused variables pass #4259

Merged

Commits on Sep 25, 2024

  1. fix unused variables pass

    it corrupts the DFG. to see the bug before this commit, add another
    StoreEliminationPass after RemoveUnusedVariablesPass.
    charles-cooper committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    3b2ece2 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    c93d13c View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. invalidate the dfg

    charles-cooper committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    efcbc21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7122aa View commit details
    Browse the repository at this point in the history