[all-commits] [llvm/llvm-project] ea5449: [OpenACC][CIR] Implement 'async'/'if' lowering for...
Erich Keane via All-commits
all-commits at lists.llvm.org
Wed Apr 23 09:38:50 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ea5449ddd5d03da034eccb80e5ba1e44ee02e243
https://github.com/llvm/llvm-project/commit/ea5449ddd5d03da034eccb80e5ba1e44ee02e243
Author: erichkeane <ekeane at nvidia.com>
Date: 2025-04-23 (Wed, 23 Apr 2025)
Changed paths:
M clang/lib/CIR/CodeGen/CIRGenStmtOpenACC.cpp
M clang/test/CIR/CodeGenOpenACC/data.c
M clang/test/SemaOpenACC/data-construct-async-clause.c
Log Message:
-----------
[OpenACC][CIR] Implement 'async'/'if' lowering for 'data' construct
These two are trivial, and work the same as the compute construct
versions of these, so this adds tests to do so, and adds them to the
implementation.
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