[flang-commits] [flang] [flang][codegen] Update FIR codegen to use mlir.llvm opaque pointers (PR #69692)

Markus Böck via flang-commits flang-commits at lists.llvm.org
Fri Oct 20 03:05:13 PDT 2023


================
@@ -11,93 +11,93 @@ func.func private @foo0(%arg0: !fir.array<10x12xi64>)
 // CHECK-SAME: !llvm.array<12 x array<10 x i64>>
 func.func private @foo1(%arg0: !fir.array<?xf32>)
 // CHECK-LABEL: foo1
-// CHECK-SAME: !llvm.ptr<f32>
+// CHECK-SAME: f32
----------------
zero9178 wrote:

How come these suddenly change signature? Shouldn't these be just `!llvm.ptr` now or is the element type stored elsewhere and checked here?

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


More information about the flang-commits mailing list