[Mlir-commits] [mlir] [MLIR][Vector] Added ToElementsOp::fold for broadcast->to_elements pattern rewrite. (PR #160318)
Kunwar Grover
llvmlistbot at llvm.org
Tue Sep 30 02:08:32 PDT 2025
================
@@ -2410,6 +2441,88 @@ ToElementsOp::inferReturnTypes(MLIRContext *ctx, std::optional<Location> loc,
return success();
}
+namespace {
----------------
Groverkss wrote:
Does it need to in it's own namespace? Is there no anonymous namespace running in this file? If not, it's okay you can keep this.
https://github.com/llvm/llvm-project/pull/160318
More information about the Mlir-commits
mailing list