mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-27 14:45:50 +00:00
Add an entry
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26520 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ab51f3fa96
commit
f42f516984
@ -533,3 +533,8 @@ as opposed to what llc is currently generating:
|
||||
imull $9, 4(%esp), %eax
|
||||
|
||||
Currently the load folding imull has a higher complexity than the LEA32 pattern.
|
||||
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
||||
Lower memcpy / memset to a series of SSE 128 bit move instructions when it's
|
||||
feasible.
|
||||
|
Loading…
Reference in New Issue
Block a user