[Mlir-commits] [mlir] [mlir][vector] Add `vector.from_elements` op (PR #95938)
Diego Caballero
llvmlistbot at llvm.org
Tue Jun 18 09:54:57 PDT 2024
================
@@ -2099,13 +2134,55 @@ LogicalResult foldExtractFromShapeCastToShapeCast(ExtractOp extractOp,
return success();
}
+/// Fold extract(from_elements) into a smaller from_elements op.
----------------
dcaballe wrote:
I think a more explicit IR example would be helpful.
https://github.com/llvm/llvm-project/pull/95938
More information about the Mlir-commits
mailing list