[flang-commits] [flang] [llvm] [flang-rt] - Lightweight runtime assignment function (AssignSimple) for intrinsic-type assignments (PR #213704)

Tom Eccles via flang-commits flang-commits at lists.llvm.org
Tue Aug 4 04:03:18 PDT 2026


https://github.com/tblah commented:

Interesting idea. I think this should probably reject all CHARACTER types too (so that it doesn't end up doing a byte-for-byte copy of descriptors).

So far as I know flang already generates inline assignment loops at optimization levels higher than -O0 (and as of recent changes this works for omp.private too). What exactly is the case where this is still useful? Does OpenMPOpt even run at O0?

https://github.com/llvm/llvm-project/pull/213704


More information about the flang-commits mailing list