[Mlir-commits] [mlir] [mlir] fix LLVM type converter for structs (PR #73231)
Christian Ulmann
llvmlistbot at llvm.org
Thu Nov 23 13:21:07 PST 2023
================
@@ -290,6 +290,21 @@ memref<2 x vector<4x8 x f32>
Tensor types cannot be converted to the LLVM dialect. Operations on tensors must
be [bufferized](Bufferization.md) before being converted.
+### Conversion of LLVM Container Types with Non-Compatible Element Types
+
+Progressive lowering may result in there existing LLVM container types, such
----------------
Dinistro wrote:
You accidentally deleted the wrong word, I think.
https://github.com/llvm/llvm-project/pull/73231
More information about the Mlir-commits
mailing list