mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-24 22:24:54 +00:00
Take allocation hints from copy instructions to/from physregs.
This causes way more identity copies to be generated, ripe for coalescing. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103686 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
; CHECK: subfze r4,r6
|
||||
; LOCAL: subfc r6,r5,r4
|
||||
; LOCAL: subfze r3,r3
|
||||
; FAST: subfc r9,r8,r7
|
||||
; FAST: subfze r10,r6
|
||||
; FAST: subfc r3,r5,r4
|
||||
; FAST: subfze r4,r6
|
||||
|
||||
; PR1357
|
||||
|
||||
|
Reference in New Issue
Block a user