[flang-commits] [flang] [flang][openacc] Skip data movement for managed operands (PR #206806)

Valentin Clement バレンタイン クレメン via flang-commits flang-commits at lists.llvm.org
Tue Jun 30 13:56:13 PDT 2026


clementval wrote:

> Looks like genDataOperandOperations is shared by more than enter data / exit data, for example acc update and some compute/data clauses. Is it intended to skip managed operands for all of those uses? Also, since acc update uses the same helper, do we need the same empty-operand guard there?

Managed data don't need any data movement so it can be skipped for update as well. 

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


More information about the flang-commits mailing list