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

release/19.x: [Inliner] Don't propagate access attr to byval params (#112256) #112365

Merged
merged 1 commit into from
Oct 29, 2024

Commits on Oct 29, 2024

  1. [Inliner] Don't propagate access attr to byval params (llvm#112256)

    - **[Inliner] Add tests for bad propagationg of access attr for `byval`
    param; NFC**
    - **[Inliner] Don't propagate access attr to `byval` params**
    
    We previously only handled the case where the `byval` attr was in the
    callbase's param attr list. This PR also handles the case if the
    `ByVal` was a param attr on the function's param attr list.
    
    (cherry picked from commit 3c777f0)
    goldsteinn authored and tru committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    74b2743 View commit details
    Browse the repository at this point in the history