[all-commits] [llvm/llvm-project] b76bc1: [OpenACC][CIR] Add copy/etc clause lowering for 'd...
Erich Keane via All-commits
all-commits at lists.llvm.org
Fri Jun 27 08:52:09 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b76bc185a4f2ba68b55adffd9b66ff6c8b22b960
https://github.com/llvm/llvm-project/commit/b76bc185a4f2ba68b55adffd9b66ff6c8b22b960
Author: erichkeane <ekeane at nvidia.com>
Date: 2025-06-27 (Fri, 27 Jun 2025)
Changed paths:
M clang/lib/CIR/CodeGen/CIRGenOpenACCClause.cpp
A clang/test/CIR/CodeGenOpenACC/data-copy-copyin-copyout-create.c
Log Message:
-----------
[OpenACC][CIR] Add copy/etc clause lowering for 'data'.
These work exactly the same way they do for compute constructs, so this
implements them identically and adds tests. The list of legal modifiers
is different, but that is all handled in Sema.
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