[Mlir-commits] [mlir] [mli][vector] canonicalize vector.from_elements from ascending extracts (PR #139819)
James Newling
llvmlistbot at llvm.org
Fri May 16 09:22:49 PDT 2025
================
@@ -0,0 +1,155 @@
+// RUN: mlir-opt %s -canonicalize="test-convergence" -split-input-file -allow-unregistered-dialect | FileCheck %s
+
+// This file contains some tests of folding/canonicalizing vector.from_elements
+
+///===----------------------------------------------===//
+/// Tests of `rewriteFromElementsAsSplat`
+///===----------------------------------------------===//
----------------
newling wrote:
Yes, copied. I added a comment to the PR summary, I assume that's where you meant?
https://github.com/llvm/llvm-project/pull/139819
More information about the Mlir-commits
mailing list