llvm / clangir

A new (MLIR based) high-level IR for clang.
https://clangir.org
Other
327 stars 86 forks source link

[CIR][CIRGen] Introduce initial support for ASTAllocaAddressSpace #551

Closed orbiri closed 4 months ago

orbiri commented 4 months ago

ASTAllocaAddressSpace is a target-specific definition specificed by the codegen target info. In this commit, initial support is introduced which asserts that only the default (no qualifier) address space is supported.