================ @@ -54,7 +55,10 @@ def Tosa_Int : AnyTypeOf<[AnyUnsignedInteger, AnySignlessInteger]>; def Tosa_Int32Or64 : AnyTypeOf<[Tosa_Int32, - Tosa_Int64]>; + Tosa_Int64]>; ---------------- psunn wrote: Done https://github.com/llvm/llvm-project/pull/129720