[Mlir-commits] [flang] [mlir] [mlir] Align num elements type to LLVM ArrayType (PR #93230)

Tobias Gysi llvmlistbot at llvm.org
Wed May 29 11:14:32 PDT 2024


================
@@ -2396,3 +2396,8 @@ llvm.func @zeroinit_complex_local_aggregate() {
 llvm.linker_options ["/DEFAULTLIB:", "libcmt"]
 //CHECK: ![[MD1]] = !{!"/DEFAULTLIB:", !"libcmtd"}
 llvm.linker_options ["/DEFAULTLIB:", "libcmtd"]
+
+// -----
+
+//CHECK: @big_ = common global [4294967296 x i8] zeroinitializer
----------------
gysit wrote:

```suggestion
// CHECK: @big_ = common global [4294967296 x i8] zeroinitializer
```
ultra nit: missing space

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


More information about the Mlir-commits mailing list