ganler opened a new pull request #8778: URL: https://github.com/apache/tvm/pull/8778
TVM passes should not mutate input arguments. `new_mod = pass(old_mod)` should not modify `old_mod`. It is found that `ToBasicBlockNormalForm` breaks the semantic. This PR is here to fix it. See also: https://discuss.tvm.apache.org/t/how-to-efficiently-copy-an-ir/10798/3 @junrushao1994 -- 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]
