[flang-commits] [flang] [flang] add API to copy and update descriptors for assumed ranks (PR #93305)
Peter Klausler via flang-commits
flang-commits at lists.llvm.org
Fri May 24 08:34:37 PDT 2024
================
@@ -17,6 +18,27 @@ bool RTDEF(IsContiguous)(const Descriptor &descriptor) {
return descriptor.IsContiguous();
}
+void RTDEF(CopyAndUpdateDescriptor)(Descriptor &to, const Descriptor &from,
----------------
klausler wrote:
Please check with Slava to find out which magic device macros need to be applied here.
https://github.com/llvm/llvm-project/pull/93305
More information about the flang-commits
mailing list