[LLVMdev] A very basic doubt about LLVM Alias Analysis

ambika ambika at cse.iitb.ac.in
Fri Feb 12 07:24:11 PST 2010


Hi,

I have a program like:

main() {
    int i,*k;
    k = &i;
    i=4;
    ......

}

then why dont i get {k -> i} ie k is aliased to i in any of the analysis.

If i want to get this then how can i get it.

thanks and regards,
Ambika



More information about the llvm-dev mailing list