Evan Cheng 77f0b7a50a Instead of a vector load, shuffle and then extract an element. Load the element from address with an offset.
pshufd $1, (%rdi), %xmm0
        movd %xmm0, %eax
=>
        movl 4(%rdi), %eax


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51026 91177308-0d34-0410-b5e6-96231b3b80d8
2008-05-13 08:35:03 +00:00
..
2008-04-30 04:56:14 +00:00
2008-04-16 20:45:31 +00:00
2008-05-10 08:32:32 +00:00
2008-05-10 08:32:32 +00:00
2008-05-10 08:32:32 +00:00