[llvm-commits] [llvm] r49762 - in /llvm/trunk: lib/Target/X86/X86ISelLowering.cpp lib/Target/X86/X86InstrSSE.td test/CodeGen/X86/sse41-extractps-bitcast-0.ll test/CodeGen/X86/sse41-extractps-bitcast-1.ll
Chris Lattner
clattner at apple.com
Wed Apr 16 13:25:47 PDT 2008
On Apr 16, 2008, at 11:54 AM, Dan Gohman wrote:
>
> On Apr 15, 2008, at 8:22 PM, Chris Lattner wrote:
>> On Apr 15, 2008, at 7:32 PM, Dan Gohman wrote:
>>> URL: http://llvm.org/viewvc/llvm-project?rev=49762&view=rev
>>> Log:
>>> Add support for the form of the SSE41 extractps instruction that
>>> puts its result in a 32-bit GPR.
>>
>> Ooh, nice. Can you run an example that uses this through the JIT to
>> ensure the encoding is correct? If you need an acct on an sse4
>> machine, let me know,
>
> I double-checked it with gdb disassembling the jit'd code.
Thanks!
-Chris
More information about the llvm-commits
mailing list