<div dir="ltr">Hi,<div><br></div><div>Is LLVM be able to generate code for the following code?</div><div><br></div><div>%mul = mul <2 x i32> %1, %2, where %1 and %2 are <2 x i32> type.</div><div><br></div><div>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. </div><div><br></div><div>Thanks,</div><div>Zhi</div></div>