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

   Hi, we encounter some weird problem on llvm generated codes, seems caused by 
current llvm tbaa annotations.
   
   The function `AddAliasInfo` will distinguish the index of scalar form and 
vectorized form. If we pass a scalar index but actually it is just the head of 
a ramp access, there is a possibility that overlapped accesses are infered as 
`NoAlias` by tbaa analysis unsafely.
   
   However, I am not sure how to reproduce the problem on common target like 
X86 cpu. Glad to see any suggestions:)
   cc @Lunderberg 


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