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

inference: allocate CodeInstance with inference results ASAP #54709

Merged
merged 3 commits into from
Jun 14, 2024

Commits on Jun 7, 2024

  1. inference: allocate CodeInstance with inference results ASAP

    Update the CodeInstance after optimizations with code (if possible), but
    construct it early so that there will be the option of using it for
    edges and invoke during optimizations, without problems with cycles.
    vtjnash committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    6a68261 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77d216b View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

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