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 2019/11/20 23:12:41 UTC

[GitHub] [incubator-tvm] zhiics opened a new pull request #4389: [fix][pass] Save the function when it is used as a call arg

zhiics opened a new pull request #4389: [fix][pass] Save the function when it is used as a call arg
URL: https://github.com/apache/incubator-tvm/pull/4389
 
 
   Currently the args of the call nodes are not checked when removing functions. It causes function undefined problem when a global function is invoked by a call as its argument because the definition will be removed.
   
   cc @wweic @icemelon9 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services