[all-commits] [llvm/llvm-project] 3b73fc: [flang] Fix creation of the bound array for pointe...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Mon Feb 6 12:07:26 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3b73fc320f918a12a77e617f162bc7f7111ddfaf
https://github.com/llvm/llvm-project/commit/3b73fc320f918a12a77e617f162bc7f7111ddfaf
Author: Valentin Clement <clementval at gmail.com>
Date: 2023-02-06 (Mon, 06 Feb 2023)
Changed paths:
M flang/lib/Lower/Bridge.cpp
M flang/test/Lower/polymorphic.f90
Log Message:
-----------
[flang] Fix creation of the bound array for pointer remapping
The runtime function expects a 2 x newRank array and the code
was passing a newRank x 2 array. This patch updates the
creation of the array to fit the runtime expectation.
Reviewed By: jeanPerier
Differential Revision: https://reviews.llvm.org/D143405
More information about the All-commits
mailing list