[Mlir-commits] [mlir] [mlir] Drop outermost dims in slice rank reduction inference (PR #95020)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Tue Jun 11 13:36:01 PDT 2024
================
@@ -282,23 +282,6 @@ func.func @insert_slice_of_insert_slice(%t: tensor<f32>, %r0: tensor<1x1xf32>, %
// -----
-// CHECK-LABEL: func @insert_slice_of_insert_slice(
----------------
MaheshRavishankar wrote:
Can you say why this was removed... The logic here is a bit tricky, This itself seems unrelated.
https://github.com/llvm/llvm-project/pull/95020
More information about the Mlir-commits
mailing list