sbinabdullah opened a new pull request, #20023: URL: https://github.com/apache/tvm/pull/20023
Followup to #19978: the const-int-bound modular-set fix correctly prevents the simplifier from over-folding the adaptive pool window extent. The previous expected IR used the simplified closed form `(v_ax2 % 3 * 4 + 16) // 12 + 1`, which was only reachable because the buggy bound let `CanProve` prove an invalid predicate. After the fix the generated IR retains the correct `T.Select` form, so update the expected IR to match and remove the `xfail` marker that was added in #19978. This branch is based on current main so the `xfail` removal is explicit (addressing feedback from @tlopex on the previous attempt in #19995). -- 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]
