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

Common Subexpression Elimination #408

Merged
merged 6 commits into from
Feb 12, 2024
Merged

Common Subexpression Elimination #408

merged 6 commits into from
Feb 12, 2024

Commits on Feb 5, 2024

  1. Add rule for CSE

    Radha Patel committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    8ab029e View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. fixed CSE

    willow-ahrens committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    b7c41aa View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

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

Commits on Feb 12, 2024

  1. Add CSE test case

    Radha Patel committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    4da513a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'rrpatel-cse' of https://github.com/willow-ahrens/Finch.jl

    … into rrpatel-cse
    Radha Patel committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    028d1f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7dfa4c4 View commit details
    Browse the repository at this point in the history