Yaorong lee
2014-Mar-18 15:11 UTC
[LLVMdev] Any solution to do alias analysis for intrinsic which contains offset
hi, I am writing a backend for our DSP, and want to do alias analysis for the load/store intrinsic. But the intrinsic contains an offset, and also updates the base address, like: MyStoreIntrin data, base, offset ; [base + offset] <- data, base <- base + offset I investigated the alias analysis code and found it only analysis the BasePtr and the DataSize, but not the offset. Is there any solution for me do alias analysis for my intrinsic? Thanks, Yaorong -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140318/437fd488/attachment.html>