[flang-commits] [flang] [llvm] [flang][HLFIR] make copyin/copyout allocation inline (PR #224063)

via flang-commits flang-commits at lists.llvm.org
Thu Sep 17 09:46:58 PDT 2026


================
@@ -833,13 +833,18 @@ void RTDEF(CopyInAssign)(Descriptor &temp, const Descriptor &var,
   ShallowCopy(temp, var);
 }
 
+void RTDEF(CopyOutAssignDirect)(const Descriptor &var, Descriptor &temp,
----------------
jeanPerier wrote:

We could, but this currently lead to issues in the OpenACC pipeline that I still need to investigate, so I prefer keeping the argument as a fir.ref<fir.box> as previously for now.

https://github.com/llvm/llvm-project/pull/224063


More information about the flang-commits mailing list