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

fix: Implement handling of array aliasing in the mem2reg optimization pass #2463

Merged
merged 9 commits into from
Aug 29, 2023

Commits on Aug 28, 2023

  1. fix: Implement new mem2reg pass (#2420)

    Co-authored-by: Maxim Vezenov <[email protected]>
    jfecher and vezenovm committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    dcb55df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4a14f2 View commit details
    Browse the repository at this point in the history
  3. Formatting

    jfecher committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    51762c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    410bc26 View commit details
    Browse the repository at this point in the history
  5. Apply fix from #2466

    jfecher committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    1fc27a3 View commit details
    Browse the repository at this point in the history
  6. Add last stores fix

    jfecher committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    61be2a9 View commit details
    Browse the repository at this point in the history
  7. Clippy

    jfecher committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    0bccde7 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    2d52b60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1031cf3 View commit details
    Browse the repository at this point in the history