[all-commits] [llvm/llvm-project] b9bc64: [fir] Add complex operations conversion from FIR L...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Tue Nov 9 02:05:45 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b9bc64ba147fb90c199c56ec644e24fcabe74a5c
https://github.com/llvm/llvm-project/commit/b9bc64ba147fb90c199c56ec644e24fcabe74a5c
Author: Valentin Clement <clementval at gmail.com>
Date: 2021-11-09 (Tue, 09 Nov 2021)
Changed paths:
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.
Reviewed By: 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