[all-commits] [llvm/llvm-project] 022b05: [Flang] Lower the spacing, rrspacing intrinsics
kiranchandramohan via All-commits
all-commits at lists.llvm.org
Fri Mar 18 02:19:10 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 022b05941ef4d9ee50d4a7a29b0537b562624b16
https://github.com/llvm/llvm-project/commit/022b05941ef4d9ee50d4a7a29b0537b562624b16
Author: Kiran Chandramohan <kiran.chandramohan at arm.com>
Date: 2022-03-18 (Fri, 18 Mar 2022)
Changed paths:
M flang/lib/Lower/IntrinsicCall.cpp
A flang/test/Lower/Intrinsics/rrspacing.f90
A flang/test/Lower/Intrinsics/spacing.f90
Log Message:
-----------
[Flang] Lower the spacing, rrspacing intrinsics
These intrinsics returns the distance to the nearest real number and
their reciprocal. They are lowered to flang runtime calls.
This is part of the upstreaming effort from the fir-dev branch in [1].
[1] https://github.com/flang-compiler/f18-llvm-project
Reviewed By: clementval
Differential Revision: https://reviews.llvm.org/D121832
Co-authored-by: Mark Leair <leairmark at gmail.com>
Co-authored-by: Eric Schweitz <eschweitz at nvidia.com>
Co-authored-by: Jean Perier <jperier at nvidia.com>
More information about the All-commits
mailing list