You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/06/22 19:52:38 UTC

[GitHub] [tvm] vinx13 commented on a diff in pull request #11592: [TIR] HoistExpression, generalization of HoistIfThenElse

vinx13 commented on code in PR #11592:
URL: https://github.com/apache/tvm/pull/11592#discussion_r890362091


##########
include/tvm/tir/transform.h:
##########
@@ -363,6 +363,14 @@ TVM_DLL Pass PointerValueTypeRewrite();
  */
 TVM_DLL Pass HoistIfThenElse();
 
+/*!
+ * \brief Hoist loop-invariant IfThenElse nodes to

Review Comment:
   update comment



-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org