Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

feat[venom]: optimize branching #4049

Merged
merged 20 commits into from
May 28, 2024

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    7ca1a39 View commit details
    Browse the repository at this point in the history
  2. remove check

    harkal committed May 24, 2024
    Configuration menu
    Copy the full SHA
    ad77128 View commit details
    Browse the repository at this point in the history
  3. make pass handle a chain of iszeros

    moved the pass one step up so it does not need to delete instructions, they just become unused and the `RemoveUnusedVariablesPass` does the work
    harkal committed May 24, 2024
    Configuration menu
    Copy the full SHA
    558c4d7 View commit details
    Browse the repository at this point in the history
  4. lint

    harkal committed May 24, 2024
    Configuration menu
    Copy the full SHA
    5133ac2 View commit details
    Browse the repository at this point in the history
  5. lint^2

    harkal committed May 24, 2024
    Configuration menu
    Copy the full SHA
    3fea134 View commit details
    Browse the repository at this point in the history
  6. remove unnecessary check

    harkal committed May 24, 2024
    Configuration menu
    Copy the full SHA
    36e0b76 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. Revert iszero chain handling

    This reverts commit 36e0b76.
    
    Revert "lint^2"
    
    This reverts commit 3fea134.
    
    Revert "lint"
    
    This reverts commit 5133ac2.
    
    Revert "make pass handle a chain of `iszero`s"
    
    This reverts commit 558c4d7.
    harkal committed May 25, 2024
    Configuration menu
    Copy the full SHA
    269b7bb View commit details
    Browse the repository at this point in the history
  2. add tests

    harkal committed May 25, 2024
    Configuration menu
    Copy the full SHA
    c58892c View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. fix pass order

    harkal committed May 26, 2024
    Configuration menu
    Copy the full SHA
    21f5c39 View commit details
    Browse the repository at this point in the history
  2. do not delete the instruction

    harkal committed May 26, 2024
    Configuration menu
    Copy the full SHA
    86d2a4f View commit details
    Browse the repository at this point in the history
  3. update branch tests

    harkal committed May 26, 2024
    Configuration menu
    Copy the full SHA
    9555eb7 View commit details
    Browse the repository at this point in the history
  4. cleanup imports

    harkal committed May 26, 2024
    Configuration menu
    Copy the full SHA
    9bf6865 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1f7a792 View commit details
    Browse the repository at this point in the history
  6. improve clarity

    harkal committed May 26, 2024
    Configuration menu
    Copy the full SHA
    b412aa7 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    d73d490 View commit details
    Browse the repository at this point in the history
  2. implement add_use() and remove_use() in DFGAnalysis

    use it to optimize branch optimizer
    harkal committed May 27, 2024
    Configuration menu
    Copy the full SHA
    2b94cd2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb3c33c View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    468275f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    124efd7 View commit details
    Browse the repository at this point in the history
  3. update comment

    harkal committed May 28, 2024
    Configuration menu
    Copy the full SHA
    c329834 View commit details
    Browse the repository at this point in the history