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

   ## Summary
   
   Canonical simplify operates on scalar index expressions in these paths, so 
direct `IntImm` construction avoids the generic `MakeConst` scalar/vector 
dispatch. This keeps `MakeConst` for generic helper sites while streamlining 
the focused split normal-form constants.
   
   Main changes:
   
   - Use `IntImm` for scalar constants in canonical split/sum normalization and 
related division/mod paths
   - Apply the same cleanup to the scalar-index `Mod` and `FloorMod` 
constant-fold zero cases


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to