[Mlir-commits] [mlir] [mlir] Allow folding dynamic full size subviews (PR #140619)

Matthias Springer llvmlistbot at llvm.org
Mon May 19 17:20:53 PDT 2025


================
@@ -3105,7 +3105,7 @@ FailureOr<Value> SubViewOp::rankReduceIfNeeded(OpBuilder &b, Location loc,
 /// is the case if the all offsets are zero, all strides are 1, and the source
 /// shape is same as the size of the subview. In such cases, the subview can
 /// be folded into its source.
----------------
matthias-springer wrote:

Can you also update the comment?

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


More information about the Mlir-commits mailing list