[Flang] [PowerPC] Implement remaining PPC math operation intrinsics that do...
[Flang] [PowerPC] Implement remaining PPC math operation intrinsics that do not require semantic error checks 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
Loading
Please sign in to comment