[all-commits] [llvm/llvm-project] cc505c: [Flang] Notify conversion failure for Proc ops, types
kiranchandramohan via All-commits
all-commits at lists.llvm.org
Thu Nov 18 04:27:57 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cc505c0bb7335102eea98517e5ad0e9ca831133f
https://github.com/llvm/llvm-project/commit/cc505c0bb7335102eea98517e5ad0e9ca831133f
Author: Kiran Chandramohan <kiran.chandramohan at arm.com>
Date: 2021-11-18 (Thu, 18 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-invalid.fir
Log Message:
-----------
[Flang] Notify conversion failure for Proc ops, types
Add the FIR to LLVM conversion patterns for the BoxProcHostOp, EmboxProcOp,
and UnboxProcOp ops and the boxproc type. These are currently unimplemented.
Implementation will come at a later time when support for Fortran 2003
procedure pointer feature is added.
Reviewed By: clementval, rovka
Differential Revision: https://reviews.llvm.org/D113879
Co-authored-by: Eric Schweitz <eschweitz at nvidia.com>
More information about the All-commits
mailing list