[flang-commits] [flang] [flang] Guard HLFIR assign inlining for overlapping boxes (PR #207814)
Kaviya Rajendiran via flang-commits
flang-commits at lists.llvm.org
Wed Jul 8 03:48:16 PDT 2026
kaviya2510 wrote:
The fallback strategies is different. The approach in this PR fallbacks to calling runtime time function `_FortranAAssign(..)` if there is a overlap, whereas https://github.com/llvm/llvm-project/pull/208159 create a temporary array for copying RHS to LHS in case of overlap.
https://github.com/llvm/llvm-project/pull/207814
More information about the flang-commits
mailing list