[flang-commits] [PATCH] D142342: [flang][hlfir] Add hlfir.copy_in and hlfir.copy_out operations
Jean Perier via Phabricator via flang-commits
flang-commits at lists.llvm.org
Mon Jan 23 03:21:45 PST 2023
jeanPerier created this revision.
jeanPerier added reviewers: clementval, PeteSteinfeld, vzakhari.
jeanPerier added a project: Flang.
Herald added subscribers: sunshaoce, mehdi_amini, jdoerfert.
Herald added a project: All.
jeanPerier requested review of this revision.
Herald added a reviewer: nicolasvasilache.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D142342
Files:
flang/include/flang/Optimizer/Dialect/FIRTypes.td
flang/include/flang/Optimizer/HLFIR/HLFIROps.td
flang/lib/Optimizer/HLFIR/IR/HLFIROps.cpp
flang/test/HLFIR/copy-in-out.fir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142342.491276.patch
Type: text/x-patch
Size: 10331 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20230123/877125c2/attachment-0001.bin>
More information about the flang-commits
mailing list