From 057b99fe04378b3375bc4c65d30c2bf80dd69290 Mon Sep 17 00:00:00 2001 From: Guan-Ming Chiu Date: Thu, 12 Feb 2026 10:24:46 +0800 Subject: [PATCH] Remove TODO comment for moving code in fuse_tir.cc Signed-off-by: Guan-Ming Chiu --- src/relax/transform/fuse_tir.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/relax/transform/fuse_tir.cc b/src/relax/transform/fuse_tir.cc index b33957cc41c4..8959c4bc9455 100644 --- a/src/relax/transform/fuse_tir.cc +++ b/src/relax/transform/fuse_tir.cc @@ -32,7 +32,6 @@ namespace tvm { namespace tir { -// TODO(Siyuan): move it to somewhere under tir folder /*! * \brief Match symbolic vars according to the given PrimExpr, and update the var_remap. * Will throw errors if there is a mismatch.