[all-commits] [llvm/llvm-project] 9d395e: [flang] Set initial size and type code for unlimit...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Tue Nov 22 05:48:56 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9d395e79a6ae87c5dead62ed37c0a46a1f0a7e9e
https://github.com/llvm/llvm-project/commit/9d395e79a6ae87c5dead62ed37c0a46a1f0a7e9e
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-11-22 (Tue, 22 Nov 2022)
Changed paths:
M flang/lib/Optimizer/CodeGen/CodeGen.cpp
A flang/test/Fir/polymorphic.fir
Log Message:
-----------
[flang] Set initial size and type code for unlimited polymorphic descriptor
Initialization of unlimited polymorphic descriptor was raising an error.
This patch sets a default size and type code for unlimited polymoprhic descriptor
that will be updated once allocated/assigned.
Reviewed By: PeteSteinfeld
Differential Revision: https://reviews.llvm.org/D138479
More information about the All-commits
mailing list