[llvm-dev] Getting the symbolic expression for an address calculation
Charith Mendis via llvm-dev
llvm-dev at lists.llvm.org
Fri Sep 30 12:16:51 PDT 2016
Hi all,
What is the best way to get the symbolic expression for an address
calculation in llvm specially when memory addresses are calculated within
a loop.
Use case: I want to know what loop induction variables are used for a
particular address calculation and in what symbolic context. Thereby, I
want to identify which stores and loads will be contiguous in memory if I
unroll each of the loops.
Thanks
--
Kind regards,
Charith Mendis
Graduate Student,
CSAIL,
Massachusetts Institute of Technology
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160930/2862d3bc/attachment.html>
More information about the llvm-dev
mailing list