Lunderberg commented on issue #16577: URL: https://github.com/apache/tvm/issues/16577#issuecomment-1948760352
Thank you for the bug report, and that's definitely incorrect behavior. I think the problem derives from [here](https://github.com/apache/tvm/blob/main/src/tir/analysis/control_flow_graph.cc#L314). The `additional_predicate` isn't being appended to the buffer access, and so the `T.assume(i < 14 or A[i]==0)` is erroneously being treated as if it were `T.assume(A[i]==0)`. -- 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: commits-unsubscr...@tvm.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org