[all-commits] [llvm/llvm-project] 964536: [fir] !fir.tdesc type conversion
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Wed Nov 17 04:31:30 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 964536cf04e29ebc125cdb44484e2c2cd8e0bd9b
https://github.com/llvm/llvm-project/commit/964536cf04e29ebc125cdb44484e2c2cd8e0bd9b
Author: Valentin Clement <clementval at gmail.com>
Date: 2021-11-17 (Wed, 17 Nov 2021)
Changed paths:
M flang/lib/Optimizer/CodeGen/TypeConverter.h
M flang/test/Fir/types-to-llvm.fir
Log Message:
-----------
[fir] !fir.tdesc type conversion
Add !fir.tdesc type conversion.
!fir.tdesc is converted to a llvm.ptr<i8>.
This patch is part of the upstreaming effort from fir-dev branch.
Reviewed By: kiranchandramohan
Differential Revision: https://reviews.llvm.org/D113769
Co-authored-by: Eric Schweitz <eschweitz at nvidia.com>
Co-authored-by: Jean Perier <jperier at nvidia.com>
More information about the All-commits
mailing list