[Mlir-commits] [mlir] [mlir][vector] Move extract_strided_slice canonicalization to folding (PR #135676)
Mehdi Amini
llvmlistbot at llvm.org
Wed Apr 16 16:13:11 PDT 2025
================
@@ -3712,12 +3712,69 @@ foldExtractStridedOpFromInsertChain(ExtractStridedSliceOp op) {
return failure();
}
+namespace {
----------------
joker-eph wrote:
To be clear: It is actually the documented LLVM coding style, nothing specific to this particular file.
https://github.com/llvm/llvm-project/pull/135676
More information about the Mlir-commits
mailing list