"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "362860714047e5db994e81bdbe950a4208b52ae4"
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
Loading
Please register or sign in to comment