[Mlir-commits] [mlir] [mlir][linalg] Support lowering unpack with outer_dims_perm (PR #94477)

Renato Golin llvmlistbot at llvm.org
Thu Jun 6 06:55:18 PDT 2024


================
@@ -634,7 +645,6 @@ module attributes {transform.with_named_sequence} {
   transform.named_sequence @__transform_main(%module_op: !transform.any_op {transform.readonly}) {
     %unpack = transform.structured.match ops{["tensor.unpack"]} in %module_op
       : (!transform.any_op) -> !transform.op<"tensor.unpack">
-    // expected-error @below {{cannot lower to transpose + collapse + extract}} 
----------------
rengolin wrote:

If this is not an error any more, then need IR check to validate output.

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


More information about the Mlir-commits mailing list