[all-commits] [llvm/llvm-project] 7d7b58: [flang-rt] Added ShallowCopy API. (#131702)
Slava Zakharin via All-commits
all-commits at lists.llvm.org
Tue Mar 18 12:59:00 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7d7b58bc5d2bacc3d76463d2ee06a13d2a08b084
https://github.com/llvm/llvm-project/commit/7d7b58bc5d2bacc3d76463d2ee06a13d2a08b084
Author: Slava Zakharin <szakharin at nvidia.com>
Date: 2025-03-18 (Tue, 18 Mar 2025)
Changed paths:
M flang-rt/lib/runtime/transformational.cpp
M flang-rt/unittests/Runtime/Transformational.cpp
M flang/docs/ArrayRepacking.md
M flang/include/flang/Optimizer/Builder/Runtime/Transformational.h
M flang/include/flang/Runtime/transformational.h
M flang/lib/Optimizer/Builder/Runtime/Transformational.cpp
Log Message:
-----------
[flang-rt] Added ShallowCopy API. (#131702)
This API will be used for copying non-contiguous arrays
into contiguous temporaries to support `-frepack-arrays`.
The builder factory API will be used in the following commits.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list