[Mlir-commits] [mlir] [mlir][tosa] Make TOSA MUL's Shift an Input (PR #121953)

Jack Frankland llvmlistbot at llvm.org
Tue Jan 28 05:55:28 PST 2025


================
@@ -250,6 +248,8 @@ class Tosa_ElementwiseOp<string mnemonic, list<Trait> traits = []> :
 class Tosa_ElementwiseUnaryOp<string mnemonic, list<Trait> traits = []> :
     Tosa_ElementwiseOp<mnemonic, !listconcat(traits, [
               SameOperandsAndResultShape,
+              ResultsBroadcastableShape,
----------------
FranklandJack wrote:

Okay lets move this to another patch set as you suggest.

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


More information about the Mlir-commits mailing list