[all-commits] [llvm/llvm-project] 5a222c: [Flang] [PowerPC] Implement remaining PPC math ope...

pscoro via All-commits all-commits at lists.llvm.org
Mon Mar 20 08:06:23 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5a222c0b82f8ade6904aa25b33fe93c2d09516f8
      https://github.com/llvm/llvm-project/commit/5a222c0b82f8ade6904aa25b33fe93c2d09516f8
  Author: Paul Scoropan <1paulscoropan at gmail.com>
  Date:   2023-03-20 (Mon, 20 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 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




More information about the All-commits mailing list