llvm-project
dab1f7c8
- AMDGPU: Emit 1/llvm.sqrt(x) instead of rsqrt calls in libcall handling (#92863)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
AMDGPU: Emit 1/llvm.sqrt(x) instead of rsqrt calls in libcall handling (#92863) With the contract flag we should end up codegening to the rsqrt instruction, or denormal corrected rsqrt sequence present in the library.
References
#92863 - AMDGPU: Emit 1/llvm.sqrt(x) instead of rsqrt calls in libcall handling
Author
arsenm
Parents
67e35146
Loading