[Mlir-commits] [mlir] [mlir][tosa] Convert RESCALE op multiplier and shift from attributes to inputs (PR #129720)
Georgios Pinitas
llvmlistbot at llvm.org
Wed Mar 5 02:07:09 PST 2025
================
@@ -54,7 +55,10 @@ def Tosa_Int : AnyTypeOf<[AnyUnsignedInteger,
AnySignlessInteger]>;
def Tosa_Int32Or64 : AnyTypeOf<[Tosa_Int32,
- Tosa_Int64]>;
+ Tosa_Int64]>;
----------------
GeorgeARM wrote:
nit: Why change the alignment?
https://github.com/llvm/llvm-project/pull/129720
More information about the Mlir-commits
mailing list