[Mlir-commits] [mlir] [mlir][Vector] Move vector.extract canonicalizers for DenseElementsAttr to folders (PR #127995)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Fri Feb 21 08:44:24 PST 2025
================
@@ -2047,6 +2047,49 @@ static Attribute foldPoisonSrcExtractOp(Attribute srcAttr) {
return {};
}
+static Attribute foldDenseElementsAttrSrcExtractOp(ExtractOp extractOp,
----------------
banach-space wrote:
DOCUMENTME
https://github.com/llvm/llvm-project/pull/127995
More information about the Mlir-commits
mailing list