kparzysz-quic commented on PR #15872: URL: https://github.com/apache/tvm/pull/15872#issuecomment-1755669269
This cannot be done correctly in `Range` alone. This is because there are cases like `Bind(var, Range(a, b))`. If `a` and `b` are both immediates of different types, then there is no way to infer the correct common type, because the correct type is that of the `var`, which is not known to the range. -- 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]
