[Mlir-commits] [mlir] [mlir][vector] transpose(broadcast) -> broadcast canonicalization (PR #135096)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Fri Apr 11 12:30:37 PDT 2025
================
@@ -0,0 +1,114 @@
+// RUN: mlir-opt %s -canonicalize="test-convergence" -split-input-file -allow-unregistered-dialect | FileCheck %s
+
+// This file contains some canonicalizations tests involving vector.transpose.
----------------
banach-space wrote:
Note, it's totally valid (and something I personally encourage) to document what pattern specifically is being tested:
* https://mlir.llvm.org/getting_started/TestingGuide/#making-tests-self-documenting
https://github.com/llvm/llvm-project/pull/135096
More information about the Mlir-commits
mailing list