[Mlir-commits] [mlir] [mlir][tosa] Harden folds/canonicalizations for unranked and dynamic shapes (PR #188188)
Hocky Yudhiono
llvmlistbot at llvm.org
Fri Mar 27 08:24:48 PDT 2026
================
@@ -31,6 +31,13 @@
using namespace mlir;
using namespace mlir::tosa;
+namespace {
+template <typename OpTy>
----------------
hockyy wrote:
Gotcha
https://github.com/llvm/llvm-project/pull/188188
More information about the Mlir-commits
mailing list