[Mlir-commits] [mlir] [mlir][vector] Canonicalize/fold 'order preserving' transposes (PR #135841)

James Newling llvmlistbot at llvm.org
Fri May 2 12:55:06 PDT 2025


================
@@ -5575,6 +5575,34 @@ LogicalResult ShapeCastOp::verify() {
   return success();
 }
 
+namespace {
----------------
newling wrote:

Thanks. I intend to change this in a follow-up PR. 

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


More information about the Mlir-commits mailing list