[all-commits] [llvm/llvm-project] 40e82f: [flang] Lower any intrinsic
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Mon Mar 14 14:07:20 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 40e82feef008ab18e3de44f976372164a9b92447
https://github.com/llvm/llvm-project/commit/40e82feef008ab18e3de44f976372164a9b92447
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-03-14 (Mon, 14 Mar 2022)
Changed paths:
M flang/lib/Lower/IntrinsicCall.cpp
A flang/test/Lower/Intrinsics/any.f90
Log Message:
-----------
[flang] Lower any intrinsic
This patch lowers the `any` intrinsic function to FIR.
This patch is part of the upstreaming effort from fir-dev branch.
Reviewed By: PeteSteinfeld
Differential Revision: https://reviews.llvm.org/D121609
Co-authored-by: Jean Perier <jperier at nvidia.com>
Co-authored-by: mleair <leairmark at gmail.com>
More information about the All-commits
mailing list