[all-commits] [llvm/llvm-project] c05da6: [OpenACC][CIR] Implement lowering for 'set' clauses
Erich Keane via All-commits
all-commits at lists.llvm.org
Tue Apr 22 10:06:51 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c05da6e8611e4da7b16729cc2b8d2dc6c77ba4be
https://github.com/llvm/llvm-project/commit/c05da6e8611e4da7b16729cc2b8d2dc6c77ba4be
Author: erichkeane <ekeane at nvidia.com>
Date: 2025-04-22 (Tue, 22 Apr 2025)
Changed paths:
M clang/lib/CIR/CodeGen/CIRGenStmtOpenACC.cpp
M clang/test/CIR/CodeGenOpenACC/set.c
Log Message:
-----------
[OpenACC][CIR] Implement lowering for 'set' clauses
The 'set' clauses are default_async, device_num, and if. The latter two
are implemented identically to other constructs by that name.
default_async works exactly like device_num, (and others) that take an
int-expression.
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