hzfan opened a new pull request #7045: URL: https://github.com/apache/tvm/pull/7045
Follow up of #6691 Simplify `cast(i32, c * 2 + 1) + 1 - cast(i32, c * 2)` to `2` by first transforming to `cast(i32, c * 2) + cast(i32, 1) + 1 - cast(i32, c * 2)` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
