Files
clang-p2996/flang/runtime/pointer.cpp
Valentin Clement 7aa8a9f1ab [flang] Fix bounds array creation for pointer remapping calls
`PointerAssociateRemapping` expect a descriptor holding
a newRank x 2 array of int64. The previous lowering was wrong.
Adapt the lowering to fit the expectation of the runtime.
Use the `bounds` to get the rank.

Reviewed By: PeteSteinfeld

Differential Revision: https://reviews.llvm.org/D142487
2023-01-25 09:18:05 +01:00

7.3 KiB