[llvm-branch-commits] [clang] [CIR] Address Space support for GlobalOps (PR #179082)
Konstantinos Parasyris via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Feb 17 09:11:58 PST 2026
================
@@ -719,6 +754,7 @@ CIRGenModule::getOrCreateCIRGlobal(StringRef mangledName, mlir::Type ty,
errorNYI(d->getSourceRange(), "global with conflicting type");
}
+ // FIXME: Validate this
----------------
koparasy wrote:
Do you still need this?
https://github.com/llvm/llvm-project/pull/179082
More information about the llvm-branch-commits
mailing list