[all-commits] [llvm/llvm-project] 491b6a: [flang] Fix pointer association with remap on poly...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Mon Dec 5 09:29:38 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 491b6a9ccb05e5e6784ce50718570d204378c75e
https://github.com/llvm/llvm-project/commit/491b6a9ccb05e5e6784ce50718570d204378c75e
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-12-05 (Mon, 05 Dec 2022)
Changed paths:
M flang/lib/Lower/Bridge.cpp
M flang/test/Lower/polymorphic.f90
Log Message:
-----------
[flang] Fix pointer association with remap on polymorphic entities
Runtime is expecting a 1d array. This patch fixes the generation
of the array holding the bounds to be passed to the runtime function call.
Reviewed By: jeanPerier, PeteSteinfeld
Differential Revision: https://reviews.llvm.org/D139324
More information about the All-commits
mailing list