================
@@ -73,13 +74,17 @@ struct CIRGenTypeCache {
/// The alignment of size_t.
unsigned char SizeAlignInBytes;
+ LangAS ASTAllocaAddressSpace;
----------------
andykaylor wrote:
```suggestion
cir::TargetAddressSpaceAttr cirAllocaAddressSpace;
```
We can change the type of this to `mlir::Attribute` when support for two kinds
of address space attributes is added, but for now, let's make it specific.
https://github.com/llvm/llvm-project/pull/161028
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits