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

[Inliner] Propagate more attributes to params when inlining #91101

Merged
merged 3 commits into from
Oct 16, 2024

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    98dd7c6 View commit details
    Browse the repository at this point in the history
  2. [Inliner] Propagate more attributes to params when inlining

    Add support for propagating:
        - `derefereancable`
        - `derefereancable_or_null`
        - `align`
        - `nonnull`
    
    These are only propagated if the parameter to the to-be-inlined
    callsite match the exact parameter used in the to-be-inlined function.
    goldsteinn committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    b8bd0f1 View commit details
    Browse the repository at this point in the history
  3. Index->ArgNo

    goldsteinn committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    36d5ca0 View commit details
    Browse the repository at this point in the history