[llvm] [mlir] [TOSA] Add Tosa_Shape type and ConstShapeOp (PR #122547)

via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 14 08:03:13 PST 2025


================
@@ -1689,12 +1689,16 @@ def Tosa_TileOp : Tosa_InferShapedTypeOp<"tile"> {
 
   let arguments = (ins
     Tosa_Tensor:$input1,
-    DenseI64ArrayAttr:$multiples);
+    Tosa_Shape:$multiples);
----------------
Jerry-Ge wrote:

Yes, I'm trying to align the internal LLVM patch to the upstream branch. 

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


More information about the llvm-commits mailing list