[Mlir-commits] [mlir] [MLIR][Vector] Added ToElementsOp::fold for broadcast->to_elements pattern rewrite. (PR #160318)
Keshav Vinayak Jha
llvmlistbot at llvm.org
Tue Sep 30 04:20:05 PDT 2025
================
@@ -2410,6 +2441,88 @@ ToElementsOp::inferReturnTypes(MLIRContext *ctx, std::optional<Location> loc,
return success();
}
+namespace {
----------------
keshavvinayak01 wrote:
You're right, don't need this.
https://github.com/llvm/llvm-project/pull/160318
More information about the Mlir-commits
mailing list