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

   Previously, arith::DetectIterMap simplified the output expression by 
replacing iteration variables with extent==1 with their value.  This prevented 
the return value from being used in arith::InverseAffineIterMap to solve for 
the variable, as it no longer existed in the returned expressions.
   
   This commit changes arith::DetectIterMap to keep the iteration variable even 
if extent==1, and adds a motivating unit test that requires this updated 
behavior.


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