[Mlir-commits] [mlir] [mlir][Vector] Move vector.extract canonicalizers for DenseElementsAttr to folders (PR #127995)
Kunwar Grover
llvmlistbot at llvm.org
Mon Feb 24 03:33:25 PST 2025
================
@@ -2047,6 +2047,49 @@ static Attribute foldPoisonSrcExtractOp(Attribute srcAttr) {
return {};
}
+static Attribute foldDenseElementsAttrSrcExtractOp(ExtractOp extractOp,
----------------
Groverkss wrote:
done
https://github.com/llvm/llvm-project/pull/127995
More information about the Mlir-commits
mailing list