[Flang] [PowerPC} Implement the floating-point conversion PowerPC intrinsics
authorPaul Scoropan <paul.scoropan@ibm.com>
Wed, 1 Mar 2023 17:50:45 +0000 (12:50 -0500)
committerPaul Scoropan <paul.scoropan@ibm.com>
Mon, 6 Mar 2023 14:50:48 +0000 (09:50 -0500)
commit070dd18e3112b5393a6e001e875fec2e3704efff
tree000258812892a9e3b012cc196c719006661d7cbe
parent7fbcf10e2e7a408dc551cab5c180ebc2fb679454
[Flang] [PowerPC} Implement the floating-point conversion PowerPC intrinsics

All the fc* floating point conversion PowerPC intrinsics are simply lowered to their LLVM IR intrinsic counterparts and do not require any additional error checking.

Reviewed By: klausler, jeanPerier

Differential Revision: https://reviews.llvm.org/D145080
flang/lib/Optimizer/Builder/IntrinsicCall.cpp
flang/module/__fortran_ppc_intrinsics.f90
flang/test/Lower/ppc-intrinsics.f90