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

[mlir][llvm] Do not inline variadic functions #77241

Merged
merged 1 commit into from Jan 8, 2024
Merged

Commits on Jan 7, 2024

  1. [mlir][llvm] Do not inline variadic functions

    This revision updates the llvm dialect inliner to explicitly disallow
    the inlining of variadic functions. Already previously the inlining
    failed if the number of function arguments did not match the number of
    call arguments. After the change, inlining checks the function is not
    variadic and it does not contain a va_start intrinsic.
    gysit committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    493cc38 View commit details
    Browse the repository at this point in the history