Skip to content
Commit 1120279a authored by Evan Cheng's avatar Evan Cheng
Browse files

Instead of a vector load, shuffle and then extract an element. Load the...

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

llvm-svn: 51026
parent 525aa893
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment