[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


================
@@ -1033,30 +1043,6 @@ func.func @canonicalize_broadcast_shapecast_to_broadcast_scalar(%arg0: f32) -> v
 
 // -----
 
-// In this test, broadcast (2)->(1,2,1) is not legal, but shape_cast (2)->(1,2,1) is.
----------------
newling wrote:

Author note: removed these tests, as the pattern they are testing is removed 

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


More information about the Mlir-commits mailing list