[all-commits] [llvm/llvm-project] 3833b4: [flang][lowering] Add lowering for the `set_expone...
Andrzej WarzyĆski via All-commits
all-commits at lists.llvm.org
Wed Mar 16 08:20:59 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3833b4b4d79eadb8fda4941ca33a040eb73d45cc
https://github.com/llvm/llvm-project/commit/3833b4b4d79eadb8fda4941ca33a040eb73d45cc
Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
Date: 2022-03-16 (Wed, 16 Mar 2022)
Changed paths:
M flang/lib/Lower/IntrinsicCall.cpp
A flang/test/Lower/Intrinsics/set_exponent.f90
Log Message:
-----------
[flang][lowering] Add lowering for the `set_exponent` intrinsic
This patch adds support for lowering of the `set_exponent` intrinsic
from Fortran to the FIR dialect of MLIR.
This is part of the upstreaming effort from the `fir-dev` branch in [1].
[1] https://github.com/flang-compiler/f18-llvm-project
Differential Revision: https://reviews.llvm.org/D121805
Co-authored-by: Jean Perier <jperier at nvidia.com>
Co-authored-by: Eun Jung Park <ejpark at lanl.gov>
More information about the All-commits
mailing list