[Mlir-commits] [mlir] [mlir][tosa] Harden folds/canonicalizations for unranked and dynamic shapes (PR #188188)

Hocky Yudhiono llvmlistbot at llvm.org
Tue Mar 24 20:52:46 PDT 2026


================
@@ -31,6 +31,21 @@
 using namespace mlir;
 using namespace mlir::tosa;
 
+namespace {
+template <typename OpTy>
+static ShapedType getStaticResultShapeForDenseFold(OpTy op) {
----------------
hockyy wrote:

removed this entirely

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


More information about the Mlir-commits mailing list