commit | 28c9fc630c02088ebb41c7a77c2743e0b019a322 | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Sat Feb 23 00:56:14 2008 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Sat Feb 23 00:56:14 2008 +0000 |
tree | 67bc345dbbee5898c9bb94d7c332c3a5f16f7448 | |
parent | d7313c560855555796a7a0e1ec39b7c2059e0542 [diff] [blame] |
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
diff --git a/test/CodeGen/X86/2008-02-22-LocalRegAllocBug.ll b/test/CodeGen/X86/2008-02-22-LocalRegAllocBug.ll index ebe60ad..8cf3642 100644 --- a/test/CodeGen/X86/2008-02-22-LocalRegAllocBug.ll +++ b/test/CodeGen/X86/2008-02-22-LocalRegAllocBug.ll
@@ -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.