[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
       
    Tue Apr 15 20:22:09 PDT 2008
    
    
  
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,
-Chris
    
    
More information about the llvm-commits
mailing list