[all-commits] [llvm/llvm-project] 69ee5a: [flang][hlfir] Add hlfir.copy_in and hlfir.copy_ou...
jeanPerier via All-commits
all-commits at lists.llvm.org
Wed Jan 25 00:52:07 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 69ee5a53e58dd8018dc50d728c8d4c1254385009
https://github.com/llvm/llvm-project/commit/69ee5a53e58dd8018dc50d728c8d4c1254385009
Author: Jean Perier <jperier at nvidia.com>
Date: 2023-01-25 (Wed, 25 Jan 2023)
Changed paths:
M flang/include/flang/Optimizer/Dialect/FIRTypes.td
M flang/include/flang/Optimizer/HLFIR/HLFIROps.td
M flang/lib/Optimizer/HLFIR/IR/HLFIROps.cpp
A flang/test/HLFIR/copy-in-out.fir
Log Message:
-----------
[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
More information about the All-commits
mailing list