[Mlir-commits] [mlir] [mlir][vector] Move extract_strided_slice canonicalization to folding (PR #135676)
Quinn Dawkins
llvmlistbot at llvm.org
Wed Apr 16 10:12:16 PDT 2025
================
@@ -3712,12 +3712,69 @@ foldExtractStridedOpFromInsertChain(ExtractStridedSliceOp op) {
return failure();
}
+namespace {
----------------
qedawkins wrote:
Style of the rest of the file is to use `static` instead of an anonymous namespace
https://github.com/llvm/llvm-project/pull/135676
More information about the Mlir-commits
mailing list