mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Really. Why doesn't every arch support MMX?
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47513 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d7313c5608
commit
28c9fc630c
@ -1,4 +1,4 @@
|
||||
; RUN: llvm-as < %s | llc -regalloc=local -mattr=+mmx | grep esi
|
||||
; RUN: llvm-as < %s | llc -regalloc=local -march=x86 -mattr=+mmx | grep esi
|
||||
; PR2082
|
||||
; Local register allocator was refusing to use ESI, EDI, and EBP so it ran out of
|
||||
; registers.
|
||||
|
Loading…
Reference in New Issue
Block a user