[all-commits] [llvm/llvm-project] 165879: [fir] Add fir.convert op conversion from FIR to LL...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Tue Nov 9 05:55:45 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 165879ec31ed5cc6e4e1a2524c86fc80b81ebbda
https://github.com/llvm/llvm-project/commit/165879ec31ed5cc6e4e1a2524c86fc80b81ebbda
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/TypeConverter.h
M flang/test/Fir/convert-to-llvm.fir
Log Message:
-----------
[fir] Add fir.convert op conversion from FIR to LLVM IR
Add conversion pattern for the `fir.convert` operation.
This patch is part of the upstreaming effort from fir-dev branch.
Reviewed By: rovka, awarzynski
Differential Revision: https://reviews.llvm.org/D113469
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