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

-fno-hip-fp32-correctly-rounded-divide-sqrt not producing expected fpmath metadata #63653

Closed
arsenm opened this issue Jul 3, 2023 · 4 comments
Assignees
Labels
clang:driver 'clang' and 'clang++' user-facing binaries. Not 'clang-cl'

Comments

@arsenm
Copy link
Contributor

arsenm commented Jul 3, 2023

https://godbolt.org/z/q5v799sYd

I'm not seeing !fpmath metadata when using the flag. It does change the linked OCLC control lib, so I think the driver flag is just not correctly wired up to the codegen flag.

@llvmbot
Copy link
Collaborator

llvmbot commented Jul 3, 2023

@llvm/issue-subscribers-clang-codegen

@llvmbot
Copy link
Collaborator

llvmbot commented Jul 3, 2023

@llvm/issue-subscribers-backend-amdgpu

@yxsamliu
Copy link
Collaborator

yxsamliu commented Jul 3, 2023

seems to be a clang driver bug. fix by https://reviews.llvm.org/D154385

@EugeneZelenko EugeneZelenko added clang:driver 'clang' and 'clang++' user-facing binaries. Not 'clang-cl' and removed backend:AMDGPU cuda clang:codegen labels Jul 3, 2023
@llvmbot
Copy link
Collaborator

llvmbot commented Jul 3, 2023

@llvm/issue-subscribers-clang-driver

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clang:driver 'clang' and 'clang++' user-facing binaries. Not 'clang-cl'
Projects
None yet
Development

No branches or pull requests

4 participants