swift
60fc39e7
- Improve codegen for init(signOf: magnitudeOf:) (#23727)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
6 years ago
Improve codegen for init(signOf: magnitudeOf:) (#23727) This can map straight to the LLVM copysign intrinsic for builtin types, which both gets us better codgen and lets the compiler plug this operation into other LLVM-level optimizations.
References
#23727 - Improve codegen for init(signOf: magnitudeOf:)
Author
stephentyrone
Parents
09796c70
Loading