<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 2 November 2015 at 18:13, Philip Reames <span dir="ltr"><<a href="mailto:listmail@philipreames.com" target="_blank">listmail@philipreames.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">reames added inline comments.<br>
<br>
================<br>
<span class="">Comment at: lib/Transforms/Scalar/CorrelatedValuePropagation.cpp:339-340<br>
@@ +338,4 @@<br>
+  // at least the outer shims around such.<br>
+  auto *C = dyn_cast<CmpInst>(V);<br>
+  if (!C) return nullptr;<br>
+<br>
----------------<br>
</span>Do you have a particular pattern you'd want to handle?  My preference would be a) a follow on change and b) not doing this until I can get this pushed down into LVI.  (That's on my list, just need to clear some other LVI/CVP changes out first.)<br></blockquote><div><br></div><div>No particular pattern, I don't mind waiting until after it gets sunk into LVI. Thanks!</div></div></div></div>