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

Add instance evaluation and methods to read an allocation in StableMIR #118694

Merged
merged 4 commits into from
Dec 9, 2023

Commits on Dec 8, 2023

  1. Add instance evaluation and methods to read alloc

    The instance evaluation is needed to handle intrinsics such as
    `type_id` and `type_name`.
    
    Since we now use Allocation to represent all evaluated constants,
    provide a few methods to help process the data inside an allocation.
    celinval committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    4c9e842 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cb6463 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a0e7e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e15c49 View commit details
    Browse the repository at this point in the history