Displaying 1 result from an estimated 1 matches for "imranashraf".
2015 Jul 02
2
[LLVMdev] input and output values from a loop
...erstanding, i and fact are declared inside the loop, hence they
are neither input nor output. Secondly, sum is being used outside the
loop, hence should appear in outputs.
Is this the right way of doing it or am i doing some thing wrong?
Complete working code can be found at:
https://github.com/imranashraf/llvm-pass-exercise1
Thanks in advance for help.
Kind regards,