<div dir="ltr">Yes, let's merge it.</div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jul 31, 2017 at 10:34 AM, Hans Wennborg <span dir="ltr"><<a href="mailto:hans@chromium.org" target="_blank">hans@chromium.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Thu, Jul 27, 2017 at 3:23 PM, Davide Italiano <<a href="mailto:davide@freebsd.org">davide@freebsd.org</a>> wrote:<br>
> On Thu, Jul 27, 2017 at 3:20 PM, Davide Italiano via llvm-commits<br>
> <<a href="mailto:llvm-commits@lists.llvm.org">llvm-commits@lists.llvm.org</a>> wrote:<br>
>> Author: davide<br>
>> Date: Thu Jul 27 15:20:44 2017<br>
>> New Revision: 309330<br>
>><br>
>> URL: <a href="http://llvm.org/viewvc/llvm-project?rev=309330&view=rev" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-<wbr>project?rev=309330&view=rev</a><br>
>> Log:<br>
>> [ConstantFolder] Don't try to fold gep when the idx is a vector.<br>
>><br>
>> The code in ConstantFoldGetElementPtr() assumes integers, and<br>
>> therefore it crashes trying to get the integer bidwith of a vector<br>
>> type (in this case <4 x i32>. I just changed the code to prevent<br>
>> the folding in case of vectors and I didn't bother to generalize<br>
>> as this doesn't seem to me something that really happens in<br>
>> practice, but I'm willing to change the patch if you think<br>
>> it's worth it.<br>
>> This is hard to trigger from -instsimplify or -instcombine<br>
>> only as the second instruction is dead, so the test uses loop-unroll.<br>
>><br>
><br>
> Hans, David, can we consider merging this to 5.0?<br>
<br>
</span>David: what do you think?<br>
</blockquote></div><br></div>