[Mlir-commits] [mlir] [mlir][tosa] Allow shift operand of tosa::MulOp as non-constant (PR #155197)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Wed Aug 27 19:53:46 PDT 2025
================
@@ -918,6 +933,9 @@ broadcastDynamicDimensions(PatternRewriter &rewriter, Location loc,
if (operands.size() == 1)
return operands;
+ if (!hasDynamicDimensions(operands))
----------------
ShivaChen wrote:
It looks nicer, thanks.
https://github.com/llvm/llvm-project/pull/155197
More information about the Mlir-commits
mailing list