[all-commits] [llvm/llvm-project] 7b5132: [fir] Add complex operations conversion from FIR L...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Tue Nov 9 05:17:50 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7b5132dae8e0d0645aacfb41c09cbc3ef33a330e
https://github.com/llvm/llvm-project/commit/7b5132dae8e0d0645aacfb41c09cbc3ef33a330e
Author: Valentin Clement <clementval at gmail.com>
Date: 2021-11-09 (Tue, 09 Nov 2021)
Changed paths:
M flang/include/flang/Optimizer/CodeGen/CGPasses.td
M flang/lib/Optimizer/CodeGen/CodeGen.cpp
M flang/lib/Optimizer/CodeGen/Target.cpp
M flang/lib/Optimizer/CodeGen/Target.h
M flang/lib/Optimizer/CodeGen/TypeConverter.h
M flang/test/Fir/convert-to-llvm.fir
M flang/test/Fir/types-to-llvm.fir
Log Message:
-----------
[fir] Add complex operations conversion from FIR LLVM IR
This patch add conversion for primitive operations on complex types.
- fir.addc
- fir.subc
- fir.mulc
- fir.divc
- fir.negc
This adds also the type conversion for !fir.complex<KIND> type.
This patch is part of the upstreaming effort from fir-dev branch.
This patch was updated to avoid failure on windows buildbot.
Flang codegen does not support windows target so we force the test
to use a known target instead.
Reviewed By: kiranchandramohan, rovka
Differential Revision: https://reviews.llvm.org/D113434
Co-authored-by: Jean Perier <jperier at nvidia.com>
Co-authored-by: Eric Schweitz <eschweitz at nvidia.com>
More information about the All-commits
mailing list