MasterJH5574 opened a new pull request #9728:
URL: https://github.com/apache/tvm/pull/9728


   Find a wrong use of `std::move()`. Please see the changes for detail. The 
wrong use leads to undefined Var of a buffer's `data` field.
   
   Given C++ evaluates parameter expressions from the end to the beginning, we 
should use `std::move` at the first occurrence, instead of the last.
   
   cc @junrushao1994 @Hzfengsy 


-- 
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-unsubscr...@tvm.apache.org

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


Reply via email to