<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Feb 12, 2015 at 3:26 PM, David Majnemer <span dir="ltr"><<a href="mailto:david.majnemer@gmail.com" target="_blank">david.majnemer@gmail.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=":aid" class="a3s" style="overflow:hidden">Author: majnemer<br>
Date: Thu Feb 12 17:26:26 2015<br>
New Revision: 228979<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=228979&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=228979&view=rev</a><br>
Log:<br>
X86: Don't crash if we can't decode the pshufb mask<br>
<br>
Constant pool entries are uniqued by their contents regardless of their<br>
type.  This means that a pshufb can have a shuffle mask which isn't a<br>
simple array of bytes.</div></blockquote></div><br>While we clearly should not crash, it'd be nice to decode these constant pool entries. Maybe leave a fixme or something so that at some point we come back and add decoding support for weird entries?</div></div>