[Mlir-commits] [mlir] [vector][mlir] Canonicalize to shape_cast where possible (PR #140583)
James Newling
llvmlistbot at llvm.org
Thu Jun 26 08:59:08 PDT 2025
================
@@ -21,61 +21,6 @@ func.func @transpose23(%arg0: vector<2x3xf32>) -> vector<3x2xf32> {
return %0 : vector<3x2xf32>
}
-// CHECK-LABEL: func @transpose102_1x8x8xf32
----------------
newling wrote:
Author note: as the vector.transpose is canonicalized to a vector.shape_cast, the lowering test is now moved to shape_cast lowering
https://github.com/llvm/llvm-project/pull/140583
More information about the Mlir-commits
mailing list