[AVX512] Enabling bit logic lowering
[oota-llvm.git] / test / CodeGen / X86 / 2008-02-22-LocalRegAllocBug.ll
index d294885f8255469a09313cce28ada822b62d7566..9185a3671184868990d7cce8f7a4aa83a652b76e 100644 (file)
@@ -1,5 +1,4 @@
-; RUN: llc < %s -regalloc=local -march=x86 -mattr=+mmx | grep esi
-; RUN: llc < %s -regalloc=fast -march=x86 -mattr=+mmx | grep esi
+; RUN: llc < %s -regalloc=fast -optimize-regalloc=0 -march=x86 -mattr=+mmx | grep esi
 ; PR2082
 ; Local register allocator was refusing to use ESI, EDI, and EBP so it ran out of
 ; registers.