[Mlir-commits] [mlir] [mlir] [linalg] Add pattern to swap transpose with broadcast (PR #97063)

Matthias Springer llvmlistbot at llvm.org
Fri Jul 19 03:07:22 PDT 2024


================
@@ -33,6 +33,11 @@ together.
 
 Some important things to think about w.r.t. canonicalization patterns:
 
+*   The goal of canonicalization is to make subsequent optimizations more
+    effective. Therefore, performance improvements are not necessary for
----------------
matthias-springer wrote:

What's the meaning of `more effective`? Either something has an effect or it doesn't. Do you mean `efficient`?

Also, I don't quite understand how that relates to the second sentence `Therefore, performance improvements are not necessary`.



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


More information about the Mlir-commits mailing list