[all-commits] [llvm/llvm-project] 43c071: [flang] Lower power operations
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Mon Feb 28 05:49:32 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 43c071fa4cb7df8d9f843fec246be653b7ad8e0a
https://github.com/llvm/llvm-project/commit/43c071fa4cb7df8d9f843fec246be653b7ad8e0a
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-02-28 (Mon, 28 Feb 2022)
Changed paths:
M flang/include/flang/Lower/IntrinsicCall.h
M flang/lib/Lower/ConvertExpr.cpp
M flang/lib/Lower/IntrinsicCall.cpp
A flang/test/Lower/llvm-math.f90
A flang/test/Lower/power-operator.f90
Log Message:
-----------
[flang] Lower power operations
Lower the power operation for real, integer
and complex.
The power operation is lowered to library calls.
This patch is part of the upstreaming effort from fir-dev branch.
Depends on D120403
Reviewed By: schweitz
Differential Revision: https://reviews.llvm.org/D120556
More information about the All-commits
mailing list