swift
60fc39e7 - Improve codegen for init(signOf: magnitudeOf:) (#23727)

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.
Author
Parents
Loading