[llvm-branch-commits] [clang] [llvm] [WiP][Clang][OpenMP] Codegen for `use_device_ptr(fb_nullify)`. (4/4) (PR #173931)
Abhinav Gaba via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Dec 29 16:18:55 PST 2025
================
@@ -7162,6 +7162,7 @@ class MappableExprsHandler {
const ValueDecl *Mapper = nullptr;
const Expr *VarRef = nullptr;
bool ForDeviceAddr = false;
+ bool HasUdpFbNullify = false;
----------------
abhinavgaba wrote:
We may need to eventually store the fallback enum here, if/when more fallback modifiers are added.
https://github.com/llvm/llvm-project/pull/173931
More information about the llvm-branch-commits
mailing list