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

LLVM: add readonly, nonnull, align attributes to pointer params #11765

Merged
merged 2 commits into from
Jun 1, 2022

Commits on May 31, 2022

  1. Configuration menu
    Copy the full SHA
    43311e1 View commit details
    Browse the repository at this point in the history
  2. LLVM: integrate param attrs with iterateParamTypes

    This moves some logic from resolveLlvmFunction to updateFunc and takes
    advantage of the iteration we already do that takes into account C ABI
    lowering, making LLVM parameter attributes accurate for C ABI functions
    as well as our own unspecified calling convention.
    
    Related to #11498.
    andrewrk committed May 31, 2022
    Configuration menu
    Copy the full SHA
    ec919c3 View commit details
    Browse the repository at this point in the history