mirror of
https://github.com/intel/llvm.git
synced 2026-01-24 17:01:00 +08:00
This review implements the following PowerPC math operations that we care about: - fnabs - fre - fres - frsqrte - frsqrtes None of these intrinsics require additional error checks in semantics. The interfaces handle checking types and kinds Reviewed By: kkwli0 Differential Revision: https://reviews.llvm.org/D146139