Eliminate more linear scan tests.
[oota-llvm.git] / test / CodeGen / X86 / fold-pcmpeqd-2.ll
index 9f8d9903810d1ad46313b41f732795fb896edece..a7b3332cc27c5fb8c1e9e8b0781fed307715df46 100644 (file)
@@ -1,9 +1,11 @@
-; RUN: llc < %s -mtriple=i386-apple-darwin -mcpu=yonah -regalloc=linearscan | FileCheck %s
-; RUN: llc < %s -mtriple=x86_64-apple-darwin -regalloc=linearscan | FileCheck %s
+; RUN: llc < %s -mtriple=i386-apple-darwin -mcpu=yonah -regalloc=basic | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-apple-darwin -regalloc=basic | FileCheck %s
 
 ; This testcase should need to spill the -1 value on both x86-32 and x86-64,
 ; so it shouldn't use pcmpeqd to materialize an all-ones vector; it
 ; should use a constant-pool load instead.
+;
+; RAGreedy defeats the test by splitting live ranges.
 
 ; Constant pool all-ones vector:
 ; CHECK: .long 4294967295