<div dir="ltr">So in this case, ptr[0] = 10 is propagated into one copy of maybe_devide (in source a), and ptr[0]=10 in caller_a is DSEed ?<div><br></div><div>David</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Feb 27, 2016 at 1:41 PM, Sanjoy Das via llvm-dev <span dir="ltr"><<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Just as a reality check, I wrote up a demonstration where one link<br>
order causes a SIGFPE and another doesn't (and the program is well<br>
defined, as far as I can tell).  All TUs are compiled with -O3.  This is also<br>
an instance where we don't actually speculate an inline function, but only<br>
DSE across it (after deducing readnone).<br>
<br>
Here's the link <a href="https://github.com/sanjoy/comdat-ipo" rel="noreferrer" target="_blank">https://github.com/sanjoy/comdat-ipo</a><br>
<br>
I've tested this with my system clang:<br>
  Apple LLVM version 7.0.2 (clang-700.1.81)<br>
  Target: x86_64-apple-darwin15.3.0<br>
  Thread model: posix<br>
<br>
I didn't test with ToT, since I don't have a build lying around.<br>
<div class="HOEnZb"><div class="h5"><br>
-- Sanjoy<br>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
</div></div></blockquote></div><br></div>