mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-11 04:01:01 +00:00
Really. Why doesn't every arch support MMX?
llvm-svn: 47513
This commit is contained in:
parent
63d29fccdf
commit
7c3a8d0056
@ -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
|
; PR2082
|
||||||
; Local register allocator was refusing to use ESI, EDI, and EBP so it ran out of
|
; Local register allocator was refusing to use ESI, EDI, and EBP so it ran out of
|
||||||
; registers.
|
; registers.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user