mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-10-13 06:18:55 +00:00
Changing allocation ordering from r3 ... r0 back to r0 ... r3. The order change no longer make sense after the coalescing changes we have made since then.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72955 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
; RUN: llvm-as < %s | llc -march=arm | grep -F {str r2, \[r0, +r3, lsl #2\]}
|
||||
; RUN: llvm-as < %s | llc -march=arm | grep lsl | grep -F {lsl #2\]}
|
||||
; Should use scaled addressing mode.
|
||||
|
||||
define void @sintzero(i32* %a) nounwind {
|
||||
|
Reference in New Issue
Block a user