Lunderberg opened a new pull request, #12725:
URL: https://github.com/apache/tvm/pull/12725

   Prior to this commit, `ReplaceBufferMutator` only checks 
`BufferRegionNode::buffer` to determine if a `BufferRegion` needs to be 
replaced, and doesn't check the `BufferRegionNode::region`.  As a result, 
updating `T.reads(A[B[i]])` would fail to replace `B`.
   
   This commit checks `BufferRegionNode::region` for buffer usage to resolve 
this issue.


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

Reply via email to