[Mlir-commits] [mlir] [MLIR] Bubble up tensor.extract_slice through tensor.collapse_shape (PR #131982)
ofri frishman
llvmlistbot at llvm.org
Sun Mar 23 03:17:05 PDT 2025
================
@@ -113,6 +113,159 @@ func.func @bubble_up_extract_slice_affine_apply_not_folded(%src: tensor<60xf32>,
return %extract : tensor<?x5x2xf32>
}
----------------
ofri-frishman wrote:
Added a block comment before tests of each of the patterns.
https://github.com/llvm/llvm-project/pull/131982
More information about the Mlir-commits
mailing list