wrongtest-intellif opened a new pull request, #12772:
URL: https://github.com/apache/tvm/pull/12772

   Hi there~ the change try fix an issue due to #12515.
   
   Previously the logic for `-2147483648` is  `parse(-literal)` = 
`-parse(literal)`, and all integer literals are converted to i32 (either the 
literal value actually overflow or not). 
   
   Since after #12515, parse `2147483648` results to an i64 typed integer 
rather than i32, `-2147483648` then becomes to one i64 integer too, which is 
not reasonable.


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