[all-commits] [llvm/llvm-project] 2b2479: [Flang] Add type conversion for FIR heap type
kiranchandramohan via All-commits
all-commits at lists.llvm.org
Fri Nov 12 01:50:53 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2b247941cac6c278595b1c86ca3b895bd2b3f056
https://github.com/llvm/llvm-project/commit/2b247941cac6c278595b1c86ca3b895bd2b3f056
Author: Kiran Chandramohan <kiran.chandramohan at arm.com>
Date: 2021-11-12 (Fri, 12 Nov 2021)
Changed paths:
M flang/lib/Optimizer/CodeGen/TypeConverter.h
M flang/test/Fir/types-to-llvm.fir
Log Message:
-----------
[Flang] Add type conversion for FIR heap type
Convert fir.heap type to its llvm equivalent type (llvm.ptr)
This patch is part of the upstreaming effort from fir-dev branch.
Reviewed By: clementval
Differential Revision: https://reviews.llvm.org/D113670
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