[Mlir-commits] [mlir] [mlir] fix LLVM type converter for structs (PR #73231)
Tobias Gysi
llvmlistbot at llvm.org
Thu Nov 23 04:31:05 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
----------------
gysit wrote:
```suggestion
Progressive lowering may result in existing LLVM container types, such
```
nit: I believe the there should not be there?
https://github.com/llvm/llvm-project/pull/73231
More information about the Mlir-commits
mailing list