<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Feb 25, 2014 at 7:14 PM, Chandler Carruth <span dir="ltr"><<a href="mailto:chandlerc@gmail.com" target="_blank">chandlerc@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":37q" class="a3s" style="overflow:hidden">We continue to allow loading past the end of the allocation in part to<br>

support cases where there is a PHI and some loads are larger than others<br>
and the larger ones reach past the end of the allocation. We could solve<br>
this a different and more conservative way, but I'm still somewhat<br>
paranoid about this.</div></blockquote></div><br>Joerg was confused by this last sentence. What I'm trying to say is that we could be more conservative ("strict" would be a better word) in what we allow as a "legal" use of the alloca, but I'm still somewhat paranoid about this tripping up latent bugs / assumptions in both frontends and optimization passes.</div>
</div>