<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 12, 2013 at 1:40 AM, Wan Xiaofei <span dir="ltr"><<a href="mailto:xiaofei.wan@intel.com" target="_blank" class="cremed">xiaofei.wan@intel.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=":8gs" style="overflow:hidden">Author: xiaofei.wan<br>
Date: Tue Nov 12 03:40:41 2013<br>
New Revision: 194459<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=194459&view=rev" target="_blank" class="cremed">http://llvm.org/viewvc/llvm-project?rev=194459&view=rev</a><br>
Log:<br>
Change data structure to memorize computed result in ScalarEvolution<br>
<br>
Replace std::map with SmallVector to memorize the cached result since <span class="il">SCEV</span> usually belongs to little Loop/BB<br>
Linear scan on SmallVector is faster than std::map.<br>
<br>
Code reviewer : Andrew Trick.</div></blockquote></div><br>Please revert this.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Andy never reviewed this on the mailing list. Hal gave one comment, which you replied to, and no updates to the code review thread have occurred. There was no code review or LGTM. =/ I really like the idea of this patch, but you can't just bypass the code review process like this!</div>
</div>