[all-commits] [llvm/llvm-project] c49af3: [Flang] Options to lower math intrinsics to relaxe...

kiranchandramohan via All-commits all-commits at lists.llvm.org
Mon Mar 28 10:18:29 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c49af35a3deac7a3e2b0e449bb39d5f7bbb555dc
      https://github.com/llvm/llvm-project/commit/c49af35a3deac7a3e2b0e449bb39d5f7bbb555dc
  Author: Kiran Chandramohan <kiran.chandramohan at arm.com>
  Date:   2022-03-28 (Mon, 28 Mar 2022)

  Changed paths:
    M flang/lib/Lower/IntrinsicCall.cpp
    A flang/test/Lower/Intrinsics/math-runtime-options.f90

  Log Message:
  -----------
  [Flang] Options to lower math intrinsics to relaxed, precise variants

Enable lowering to the relaxed and precise variants in the pgmath
library.

This is part of the upstreaming effort from the fir-dev branch in [1].
[1] https://github.com/flang-compiler/f18-llvm-project

Co-authored-by: Eric Schweitz <eschweitz at nvidia.com>
Co-authored-by: Jean Perier <jperier at nvidia.com>
Co-authored-by: Peter Klausler <pklausler at nvidia.com>

Reviewed By: clementval

Differential Revision: https://reviews.llvm.org/D122484




More information about the All-commits mailing list