[Mlir-commits] [mlir] [mlir][memref] Fix type conversion in emulate-wide-int and emulate-narrow-type (PR #112214)

Longsheng Mou llvmlistbot at llvm.org
Mon Oct 14 19:56:10 PDT 2024


================
@@ -203,18 +203,6 @@ func.func @memref_subview_dynamic_offset_i4(%idx : index) -> i4 {
 
 // -----
 
-
-func.func @negative_memref_subview_non_contiguous(%idx : index) -> i4 {
----------------
CoTinker wrote:

For the `copy_distinct_layouts`, `memref.alloc() : !colMajor` is illegal, so the error check is changed.

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


More information about the Mlir-commits mailing list