[clang] [CIR] Upstream basic support for ArrayType (PR #130502)

Andy Kaylor via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 10 09:11:02 PDT 2025


================
@@ -369,6 +369,22 @@ BoolType::getABIAlignment(const ::mlir::DataLayout &dataLayout,
   return 1;
 }
 
+//===----------------------------------------------------------------------===//
+//  Definitions
+//===----------------------------------------------------------------------===//
+
+llvm::TypeSize
+ArrayType::getTypeSizeInBits(const ::mlir::DataLayout &dataLayout,
----------------
andykaylor wrote:

Are these functions being called with any of the test cases? I don't see any checks that would be related to this.

https://github.com/llvm/llvm-project/pull/130502


More information about the cfe-commits mailing list