[cfe-commits] r91264 - in /cfe/trunk: include/clang/Basic/BuiltinsX86.def lib/CodeGen/CGBuiltin.cpp lib/Headers/tmmintrin.h test/CodeGen/palignr.c

Eli Friedman eli.friedman at gmail.com
Mon Dec 14 17:46:13 PST 2009


On Mon, Dec 14, 2009 at 5:24 PM, Nate Begeman <natebegeman at mac.com> wrote:
>
> On Dec 14, 2009, at 1:49 PM, Eli Friedman wrote:
>
>> Two issues here:
>>
>> 1. The second operand of psrldq is in bytes, not bits.
>
> While that's true of the x86 instruction, that's not true of the LLVM intrinsic for the instruction.  You can check the output of the testcase that got checked in if you'd like.

Oh, okay; I didn't realize that.

-Eli




More information about the cfe-commits mailing list