[llvm-branch-commits] [clang] [CIR][CUDA] External init for `__device__`, `__constant__` and internalize host shadows (PR #186568)
Zaky Hermawan via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sun Mar 15 04:09:11 PDT 2026
================
@@ -1393,6 +1393,20 @@ class CIR_AST<string name, string prefix, list<Trait> traits = []>
}];
}
+def CIR_ExternallyInitializedAttr : CIR_Attr<
----------------
ZakyHermawan wrote:
fyi `clang/include/clang/CIR/Dialect/IR/CIRCUDAAttrs.td`
https://github.com/llvm/llvm-project/pull/186568
More information about the llvm-branch-commits
mailing list