mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-08 18:31:23 +00:00
This is done.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57733 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c227734855
commit
97b38270cf
@ -369,16 +369,6 @@ There is also one case we do worse on PPC.
|
||||
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
||||
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).
|
||||
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
||||
For this:
|
||||
|
||||
int test(int a)
|
||||
|
Loading…
Reference in New Issue
Block a user