<div dir="ltr">George, given that, can you just build constexpr handling (it's not as easy as you think) as a separate funciton and have it use it in the right places?<br><br>FWIW, my current list of CFLAA issues is:<br><br>1. Unknown values (results from ptrtoint, incoming pointers, etc)  are not treated as unknown. These should be done through graph edge (so that they can be one way, otherwise, you will unify everything :P)<div>2. Constexpr handling</div><div><br></div><div>^^^ These are correctness issues. I'm pretty sure there are a few more but i haven't finished auditing</div><div>3. In a number of places we treat non-pointers as memory-locations and unify them with pointers. This introduces a lot of spurious aliasing.<span style="line-height:1.5;font-size:13.1999998092651px"> </span></div><div>4. More generally, we induce a lot of spurious aliasing through things at different dereference levels.  In these cases, one may to the other, but, for example, if we have a foo***, and a foo* (and neither pointers to unknown things or escapes), the only way for foo *** to alias foo* is if there is a graph path with two dereferences between them.</div><div>We seem to get this wrong sometimes.</div><div><br></div><div><br></div><div><div><div><br></div></div></div></div><br><div class="gmail_quote">On Sun Jan 25 2015 at 6:44:07 PM Chandler Carruth <<a href="mailto:chandlerc@google.com">chandlerc@google.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jan 25, 2015 at 6:37 PM, George Burgess IV <span dir="ltr"><<a href="mailto:george.burgess.iv@gmail.com" target="_blank">george.burgess.iv@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span>> <span style="font-size:12.8000001907349px">Fixing that still gives a wrong result, i haven't started to track down what *else* is going on here.</span><div><span style="font-size:12.8000001907349px"><br></span></div></span><div><span style="font-size:12.8000001907349px">Running with the attached diff + a modified buildGraphFrom to handle the constexpr GEPs, we seem to flag everything in test2.ll (conservatively) correctly.</span></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px">Is `store` the only place we can expect to see these constexpr analogs, or is just about anywhere fair game?</span></div></blockquote></div><br></div></div><div dir="ltr"><div class="gmail_extra">Any Value can be a ConstantExpr, so all operands to instructions are fair game.</div></div>
</blockquote></div>