ganler opened a new pull request #8559:
URL: https://github.com/apache/tvm/pull/8559


   `AnnotateSpans` creates span information by print (`AsText`) and re-parse 
the IR. However, `GetUniqueName` in `AsText` renames identical variable names 
(say we have 2 `%p0`, `AsText` will rename one of them as `%p01`). Such 
behaviour makes themselves incompatible with some other passes (e.g., 
`DefuseOps`) which depend on information brought by original variable names.
   
   For details, see 
https://discuss.tvm.apache.org/t/pass-incompatibility-annotatespans-and-defuseops/10448/8
   
   @YuchenJin @junrushao1994 @merrymercy 


-- 
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