<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On 26 Oct 2015, at 23:08, Chandler Carruth <<a href="mailto:chandlerc@google.com" class="">chandlerc@google.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class="gmail_quote"><div dir="ltr" class="">On Sat, Oct 24, 2015 at 1:50 PM Simon Pilgrim via llvm-commits <<a href="mailto:llvm-commits@lists.llvm.org" class="">llvm-commits@lists.llvm.org</a>> wrote:<br class=""></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Author: rksimon<br class="">
Date: Sat Oct 24 15:48:08 2015<br class="">
New Revision: 251207<br class="">
<br class="">
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=251207&view=rev" rel="noreferrer" target="_blank" class="">http://llvm.org/viewvc/llvm-project?rev=251207&view=rev</a><br class="">
Log:<br class="">
[X86][SSE] lowerVectorShuffleWithUNPCK - use equivalent shuffle mask test.<br class="">
<br class="">
Use isShuffleEquivalent to match UNPCK shuffles - better support for build vector inputs.<br class=""></blockquote><div class=""><br class=""></div><div class="">Why was there no test case exercising this?</div></div></div></div></blockquote></div><br class=""><div class="">My mistake; this was originally part of the r251211, where the tests did get updated, but I split it at the last minute as I didn’t like the way I was changing the called function and the calling functions at once. I’ll add some avx512 shuffles tests that make use of this.</div></body></html>