[llvm-dev] Induction variable identification?

Sanjoy Das via llvm-dev llvm-dev at lists.llvm.org
Sun Oct 16 10:13:23 PDT 2016


Hi Madhur,

If you're looking to solely _analyze_ induction variables, maybe you
should try leveraging LLVM's "Scalar Evolution" framework?  See
include/llvm/Analysis/ScalarEvolution.h for the docs or the
IndVarSimplify pass for examples.

Thanks,
-- Sanjoy


More information about the llvm-dev mailing list