================
@@ -1089,7 +1089,7 @@ collapseOpIterationDims(LinalgType op,
 
 struct LowerPackResult {
   tensor::PadOp padOp;
-  tensor::ExpandShapeOp expandShapeOp;
+  Operation *expandShapeOp;
----------------
srcarroll wrote:

Not actually sure what would be appropriate here.  Alternatively, we could have 
two separate fields for the `ExpandShapeOp` and `ReshapeOp`, but I haven't 
looked into the implications of this yet.  I welcome suggestions.

https://github.com/llvm/llvm-project/pull/76003
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to