<div dir="ltr">Hi,<div><br></div><div>I wonder why the type of %arr is i8, instead of i32 in your code?</div><div><br></div><div>Thanks,</div><div>Mingliang</div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Thu, Dec 5, 2013 at 5:40 AM, Shivam Bhagi <span dir="ltr"><<a href="mailto:shivam.bhagi@outlook.com" target="_blank">shivam.bhagi@outlook.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div style="word-wrap:break-word"><div style="font-family:Calibri;font-size:16px">Hi,</div><div style="font-family:Calibri;font-size:16px"><div><br></div><div>While looking over the IR generated by my source code, I came across the following:</div>


<div><br></div><div>%arr = alloca [30 x i8], align 1</div><div><br></div><div>In the source code this particular line of code is represented by:</div><div><br></div><div>int arr[30];</div><div><br></div><div>I was wondering how I could change the capacity of arr from 30 to any other integral value via a function-pass. I know that 'alloca' can be used for reserving space on stack; further, 'store' can be used for writing to memory. I was wondering how that would work for an array though?</div>


<div><br></div><div>Thanks,</div><div>Shivam</div></div></div><br>_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu" target="_blank">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr"><font face="arial, helvetica, sans-serif" style color="#666666">Mingliang LIU (刘明亮 in Chinese)<br><br>PACMAN Group,  Tsinghua University<br>


Email: <a href="mailto:liuml07@mails.tsinghua.edu.cn" target="_blank">liuml07@mails.tsinghua.edu.cn</a></font><div><font face="arial, helvetica, sans-serif" style color="#666666">Homepage: <a href="http://pacman.cs.tsinghua.edu.cn/~liuml07" style="line-height:19px;text-align:center" target="_blank">http://pacman.cs.tsinghua.edu.cn/~liuml07/</a></font></div>


</div>
</div></div>