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

flang2: fix the expected number of parameters for __pd_asin_1 #1434

Merged
merged 1 commit into from
Jan 15, 2024

Commits on Jan 6, 2024

  1. flang2: fix the expected number of parameters for __pd_asin_1

    This bug was hidden unnoticed for years, until the most recent
    changes in LLVM (LLVM-18 candidate) have introduced additional
    assertions in the loop vectorizer, and one of them is failing
    on wrongly declared functions like this one.
    
    Signed-off-by: Paul Osmialowski <pawel.osmialowski@arm.com>
    pawosm-arm committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    82f6ecb View commit details
    Browse the repository at this point in the history