[llvm] r182734 - Add a cpu to try to bring back the atom bots.
Rafael Espindola
rafael.espindola at gmail.com
Mon May 27 06:22:53 PDT 2013
Author: rafael
Date: Mon May 27 08:22:52 2013
New Revision: 182734
URL: http://llvm.org/viewvc/llvm-project?rev=182734&view=rev
Log:
Add a cpu to try to bring back the atom bots.
Modified:
llvm/trunk/test/CodeGen/X86/2008-09-11-CoalescerBug2.ll
Modified: llvm/trunk/test/CodeGen/X86/2008-09-11-CoalescerBug2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2008-09-11-CoalescerBug2.ll?rev=182734&r1=182733&r2=182734&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/2008-09-11-CoalescerBug2.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2008-09-11-CoalescerBug2.ll Mon May 27 08:22:52 2013
@@ -1,5 +1,5 @@
; RUN: llc < %s -march=x86
-; RUN: llc -pre-RA-sched=source < %s -march=x86 | FileCheck %s --check-prefix=SOURCE-SCHED
+; RUN: llc -pre-RA-sched=source < %s -march=x86 -mcpu=corei7 | FileCheck %s --check-prefix=SOURCE-SCHED
; PR2748
@g_73 = external global i32 ; <i32*> [#uses=1]
More information about the llvm-commits
mailing list