masahi commented on code in PR #13194:
URL: https://github.com/apache/tvm/pull/13194#discussion_r1004124104


##########
src/tir/schedule/analysis.h:
##########
@@ -72,15 +72,6 @@ const PrimFuncNode* GetRootPrimFunc(const IRModule& mod, 
const StmtNode* root_bl
  */
 StmtSRef GetSRefTreeRoot(const StmtSRef& sref);
 
-/*!
- * \brief Find the entry function of the given IRModule, i.e, functions marked 
by
- * `tir::attr::kIsEntryFunc`, whose name is `main` or being the only PrimeFunc.
- * \param mod The IRModule to find the entry function.
- * \param result_g_var The result GlobalVar of the entry function.
- * \return The entry function.
- */
-const PrimFuncNode* FindEntryFunc(const IRModule& mod, GlobalVar* 
result_g_var);

Review Comment:
   Moved to `include/tir/analysis.h`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to