[Mlir-commits] [mlir] [mlir][vector] Canonicalize/fold 'order preserving' transposes (PR #135841)
Diego Caballero
llvmlistbot at llvm.org
Fri May 2 09:37:25 PDT 2025
================
@@ -5575,6 +5575,34 @@ LogicalResult ShapeCastOp::verify() {
return success();
}
+namespace {
----------------
dcaballe wrote:
Probably a case for `static`: https://llvm.org/docs/CodingStandards.html#restrict-visibility
https://github.com/llvm/llvm-project/pull/135841
More information about the Mlir-commits
mailing list