[flang][hlfir] Add hlfir.copy_in and hlfir.copy_out operations
These operations implement the optional copy of a non contiguous variable into a temporary before a call, and the copy back from the temporary after the call. Differential Revision: https://reviews.llvm.org/D142342
Loading
Please sign in to comment