[all-commits] [llvm/llvm-project] 070dd1: [Flang] [PowerPC} Implement the floating-point con...
pscoro via All-commits
all-commits at lists.llvm.org
Mon Mar 6 07:02:21 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 070dd18e3112b5393a6e001e875fec2e3704efff
https://github.com/llvm/llvm-project/commit/070dd18e3112b5393a6e001e875fec2e3704efff
Author: Paul Scoropan <paul.scoropan at ibm.com>
Date: 2023-03-06 (Mon, 06 Mar 2023)
Changed paths:
M flang/lib/Optimizer/Builder/IntrinsicCall.cpp
M flang/module/__fortran_ppc_intrinsics.f90
M flang/test/Lower/ppc-intrinsics.f90
Log Message:
-----------
[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
More information about the All-commits
mailing list