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

Conversation

pawosm-arm
Copy link
Collaborator

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.

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 pawosm-arm merged commit 660b3a0 into flang-compiler:master Jan 15, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants