mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 06:30:16 +00:00
add a note
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28176 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4b37e87ab9
commit
8ef67ac3c3
@ -1166,4 +1166,13 @@ pressure. The scheduling issue is more pronounced without -static.
|
|||||||
The 2) marked instructions are the lowered form of the 1,undef,3,4
|
The 2) marked instructions are the lowered form of the 1,undef,3,4
|
||||||
shufflevector. It seems that there should be a better way to do it :)
|
shufflevector. It seems that there should be a better way to do it :)
|
||||||
|
|
||||||
|
//===---------------------------------------------------------------------===//
|
||||||
|
|
||||||
|
If shorter, we should use things like:
|
||||||
|
movzwl %ax, %eax
|
||||||
|
instead of:
|
||||||
|
andl $65535, %EAX
|
||||||
|
|
||||||
|
The former can also be used when the two-addressy nature of the 'and' would
|
||||||
|
require a copy to be inserted (in X86InstrInfo::convertToThreeAddress).
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user