mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-09 16:45:03 +00:00
Another entry about shuffles.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27245 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4f5633883b
commit
c999c745c0
@ -667,3 +667,9 @@ directly %esp[0] if there are no other uses.
|
||||
|
||||
Use movhps to update upper 64-bits of a v4sf value. Also movlps on lower half
|
||||
of a v4sf value.
|
||||
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
||||
Better codegen for vector_shuffles like this { x, 0, 0, 0 } or { x, 0, x, 0}.
|
||||
Perhaps use pxor / xorp* to clear a XMM register first?
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user