<p dir="ltr"><br>
><br>
> Is LLVM be able to generate code for the following code?<br>
><br>
> %mul = mul <2 x i32> %1, %2, where %1 > and %2 are <2 x i32> type.</p>
<p dir="ltr">> I am running it on a Haswell processor with LLVM-3.4.2. It seems that it will generates really complicated code with vpaddq, vpmuludq, vpsllq, vpsrlq. <br>
></p>
<p dir="ltr">Can you please elaborate more on what is your test case and what do you want to see the final output? It will be good if you can give test case you are running LLVM on.</p>
<p dir="ltr">Regards,<br>
Suyog Sarda<br>
</p>