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

   This reverts commit 34637d7ee38f2636b1948548a39c15838d7a8db6.
   
   It is better not visiting fields of buffer when visiting `MatchBufferRegion` 
since it's more common that the buffer is not mutated in `StmtMutator` (it can 
be left to the derived passes to handle case by case). It is also consistent 
with visitor/mutator for `BufferLoad` and `BufferStore` that do not visit 
buffer fields.
   This fixes some broken tests in software pipelining where strides of some 
buffers in `MatchBufferRegion` are unintentionally mutated in-place.
   
   cc @yzh119 @tqchen @junrushao 


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

Reply via email to