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

llvmlistbot at llvm.org llvmlistbot at llvm.org
Mon Oct 14 22:47:50 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 {
----------------
MaheshRavishankar wrote:

Sorry could you please leave the tests where they are. I am not sure it makes sense to split it this way, and it will just be easier to compare the changes (doesnt seem like there is any, but just want to be sure).

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


More information about the Mlir-commits mailing list