[all-commits] [llvm/llvm-project] bd0d28: [CIR] Upstream basic support for ArrayType (#130502)
Amr Hesham via All-commits
all-commits at lists.llvm.org
Thu Mar 13 10:46:52 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bd0d28ac257d4df68ea7148e7a7c03910c22c1f3
https://github.com/llvm/llvm-project/commit/bd0d28ac257d4df68ea7148e7a7c03910c22c1f3
Author: Amr Hesham <amr96 at programmer.net>
Date: 2025-03-13 (Thu, 13 Mar 2025)
Changed paths:
M clang/include/clang/CIR/Dialect/IR/CIRAttrs.h
M clang/include/clang/CIR/Dialect/IR/CIRTypes.td
M clang/include/clang/CIR/MissingFeatures.h
M clang/lib/CIR/CodeGen/CIRGenBuilder.h
M clang/lib/CIR/CodeGen/CIRGenTypes.cpp
M clang/lib/CIR/Dialect/IR/CIRTypes.cpp
M clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
A clang/test/CIR/CodeGen/array.cpp
A clang/test/CIR/IR/array.cir
A clang/test/CIR/Lowering/array.cpp
Log Message:
-----------
[CIR] Upstream basic support for ArrayType (#130502)
This change adds the basic support for ArrayType
Issue #130197
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list