[cfe-dev] How to check if a variable is updated inside a loop?

karan raj singh ranawat via cfe-dev cfe-dev at lists.llvm.org
Wed Dec 22 12:35:01 PST 2021


If there is a variable outside a loop, and if it is used inside a loop. How
can I check in the LLVM analysis if the variable is getting modified inside
a loop iteration.
Ex: int i = 0;
for(;;i++){}
When there is i++, the load instruction updates existing i. How can I
identify if the load instruction is part of a loop.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20211222/90db303a/attachment.html>


More information about the cfe-dev mailing list