[llvm] r184591 - Add '-mcpu=' to prevent breaking on ATOM due to different code schedule

Michael Liao michael.liao at intel.com
Fri Jun 21 13:22:45 PDT 2013


Author: hliao
Date: Fri Jun 21 15:22:45 2013
New Revision: 184591

URL: http://llvm.org/viewvc/llvm-project?rev=184591&view=rev
Log:
Add '-mcpu=' to prevent breaking on ATOM due to different code schedule


Modified:
    llvm/trunk/test/CodeGen/X86/pr16360.ll

Modified: llvm/trunk/test/CodeGen/X86/pr16360.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/pr16360.ll?rev=184591&r1=184590&r2=184591&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/pr16360.ll (original)
+++ llvm/trunk/test/CodeGen/X86/pr16360.ll Fri Jun 21 15:22:45 2013
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=i686-pc-linux | FileCheck %s
+; RUN: llc < %s -mcpu=pentium4 -mtriple=i686-pc-linux | FileCheck %s
 
 define i64 @foo(i32 %sum) {
 entry:





More information about the llvm-commits mailing list