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 sub-expression elimination pass #6413

Merged
merged 24 commits into from
Sep 23, 2024
Merged

Common sub-expression elimination pass #6413

merged 24 commits into from
Sep 23, 2024

Commits on Jul 26, 2024

  1. value numbering analysis

    vaivaswatha committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    3d317ed View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. initialize PHIs too

    vaivaswatha committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    f5a48de View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    4a1cf03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc8d055 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. do not replace consts

    vaivaswatha committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    504783c View commit details
    Browse the repository at this point in the history
  2. spell fix

    vaivaswatha committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    10561bf View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    03963c5 View commit details
    Browse the repository at this point in the history
  2. clippy fix

    vaivaswatha committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    1452888 View commit details
    Browse the repository at this point in the history
  3. update tests

    vaivaswatha committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    8462fdf View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. remove dbg prints

    vaivaswatha committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    d1e035c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4a11bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b30fd2 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

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

Commits on Aug 25, 2024

  1. Configuration menu
    Copy the full SHA
    b1aec9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99a32da View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

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

Commits on Aug 28, 2024

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

Commits on Aug 29, 2024

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

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    9f26596 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89704bb View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    87d1df3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a90df95 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

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

Commits on Sep 23, 2024

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