[all-commits] [llvm/llvm-project] 857815: [OpenACC][CIR] Implement 'rest' of update clause l...
Erich Keane via All-commits
all-commits at lists.llvm.org
Tue Jul 1 06:05:29 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 857815f3fa269dc0fcf2fa5b4cb95835241f0a81
https://github.com/llvm/llvm-project/commit/857815f3fa269dc0fcf2fa5b4cb95835241f0a81
Author: Erich Keane <ekeane at nvidia.com>
Date: 2025-07-01 (Tue, 01 Jul 2025)
Changed paths:
M clang/lib/CIR/CodeGen/CIRGenOpenACCClause.cpp
M clang/test/CIR/CodeGenOpenACC/update.c
M mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td
M mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
Log Message:
-----------
[OpenACC][CIR] Implement 'rest' of update clause lowering (#146414)
This implements the async, wait, if, and if_present (as well as
device_type, but that is a detail of async/wait) lowering. All of
these are implemented the same way they are for the compute constructs,
so this is a pretty mild amount of changes.
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