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

[core] Refactor the lift array alloc pass into two proper phases. #2287

Merged
merged 2 commits into from
Oct 21, 2024

Commits on Oct 21, 2024

  1. Start changing core code over to use SmallVector (and be more

    compatible with MLIR) instead of std::vector.  Refactoring
    lifting of array values.  Implement globalize array values.
    Update new pass and pass names across all the config and
    yaml files.
    
    Signed-off-by: Eric Schweitz <[email protected]>
    schweitzpgi committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    e8ebb38 View commit details
    Browse the repository at this point in the history
  2. Update strings per review comment.

    Signed-off-by: Eric Schweitz <[email protected]>
    schweitzpgi committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    ea87205 View commit details
    Browse the repository at this point in the history