[Mlir-commits] [mlir] [mlir][tosa] `StringBasedAttr` TOSA enumerations to `Tosa_I32EnumAttr` (PR #152856)
Peng Sun
llvmlistbot at llvm.org
Mon Aug 11 14:53:13 PDT 2025
================
@@ -1585,7 +1587,8 @@ class ResizeUnaryConverter : public OpRewritePattern<tosa::ResizeOp> {
op, "tosa.resize is not a pure 1x1->1x1 image operation");
// TODO(suderman): These string values should be declared the TOSA dialect.
----------------
psunn wrote:
You can drop this TODO now
https://github.com/llvm/llvm-project/pull/152856
More information about the Mlir-commits
mailing list