[Mlir-commits] [mlir] [mli][vector] canonicalize vector.from_elements from ascending extracts (PR #139819)

Andrzej WarzyƄski llvmlistbot at llvm.org
Thu May 15 06:47:30 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`
+///===----------------------------------------------===//
----------------
banach-space wrote:

This section was copied, right? Could you add a note in the summary so that it's easy to track the history?

https://github.com/llvm/llvm-project/pull/139819


More information about the Mlir-commits mailing list