[all-commits] [llvm/llvm-project] 4eb723: [OpenACC][CIR] Implement 'present' lowering for co...
Erich Keane via All-commits
all-commits at lists.llvm.org
Fri Jun 6 16:55:53 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4eb72312e26b19f745d57bbafad3b378493bce70
https://github.com/llvm/llvm-project/commit/4eb72312e26b19f745d57bbafad3b378493bce70
Author: erichkeane <ekeane at nvidia.com>
Date: 2025-06-06 (Fri, 06 Jun 2025)
Changed paths:
M clang/lib/CIR/CodeGen/CIRGenOpenACCClause.cpp
M clang/test/CIR/CodeGenOpenACC/combined.cpp
M clang/test/CIR/CodeGenOpenACC/kernels.c
M clang/test/CIR/CodeGenOpenACC/parallel.c
M clang/test/CIR/CodeGenOpenACC/serial.c
Log Message:
-----------
[OpenACC][CIR] Implement 'present' lowering for compute/combined
'present' has a data-in operation acc.present, and uses 'delete' for its
data out. Otherwise it is identical to no_create.
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