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

   This PR fixes an issue of the IterMapRewriter. Prior to this PR, the 
mutation function of the rewriter class returns the mutation results even when 
an invalid PrimExpr pattern was detected.
   
   Returning the mutation results when failure is not expected, and in such 
cases we should "abort" the mutation, and return the input PrimExpr which is 
not mutated, since insisting on returning the mutation results sometimes it 
incurs further error on other arith components like simplification.
   
   One unit test is added to ensure the rewriter behaves as expectation.


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