wrongtest commented on PR #11181:
URL: https://github.com/apache/tvm/pull/11181#issuecomment-1115562343

   > indexed by buffer->data
   
   Current implementation is using the data field: `AddAliasInfo(instruction, 
buffer->data.get(), last_index)`, while (eg1) is about indices about different 
datatypes on same buffer data.
   
   (eg2) is something that though two buffer object have totally different 
buffer data, the accesses still have possible overlaps.
   
https://github.com/apache/tvm/blob/f00c8db5ce8ec4e04736e5a6689ff9f65caeaeb5/tests/python/unittest/test_tir_usmp_transform_convert_pool_allocations_to_offsets.py#L442-L448
   
   Also find a related PR by @kparzysz-quic  
https://github.com/apache/tvm/pull/6046 by key world search, but it is when the 
backend tir use `LoadNode`/`StoreNode`. 


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