[PATCH] D120556: [flang] Lower power operations

Valentin Clement via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 25 05:28:39 PST 2022


clementval created this revision.
clementval added reviewers: jeanPerier, PeteSteinfeld, schweitz, svedanayagam, klausler.
Herald added a subscriber: mehdi_amini.
Herald added a project: Flang.
clementval requested review of this revision.
Herald added subscribers: llvm-commits, jdoerfert.
Herald added a project: LLVM.

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 <https://reviews.llvm.org/D120403>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D120556

Files:
  flang/include/flang/Lower/IntrinsicCall.h
  flang/lib/Lower/ConvertExpr.cpp
  flang/lib/Lower/IntrinsicCall.cpp
  flang/test/Lower/power-operator.f90

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120556.411388.patch
Type: text/x-patch
Size: 5342 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220225/7a350123/attachment.bin>


More information about the llvm-commits mailing list