[all-commits] [llvm/llvm-project] 4006df: [OpenACC][CIR] Implement 'nohost' lowering. (#170369)
Erich Keane via All-commits
all-commits at lists.llvm.org
Tue Dec 2 13:57:05 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4006df9b3276a8c8f03194e09386465d3b611b88
https://github.com/llvm/llvm-project/commit/4006df9b3276a8c8f03194e09386465d3b611b88
Author: Erich Keane <ekeane at nvidia.com>
Date: 2025-12-02 (Tue, 02 Dec 2025)
Changed paths:
M clang/lib/CIR/CodeGen/CIRGenDeclOpenACC.cpp
M clang/test/CIR/CodeGenOpenACC/routine-clauses.cpp
Log Message:
-----------
[OpenACC][CIR] Implement 'nohost' lowering. (#170369)
This clause is pretty small/trivial and is a simple 'set a bool' value
on the IR node, so its implementation is quite simple. We create the
Operation with this as 'false', so the 'nohost' marks it as true always.
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