[llvm-commits] [llvm] r155587 - /llvm/trunk/test/CodeGen/X86/atomic_op.ll

Preston Gurd preston.gurd at intel.com
Wed Apr 25 14:04:54 PDT 2012


Author: pgurd
Date: Wed Apr 25 16:04:54 2012
New Revision: 155587

URL: http://llvm.org/viewvc/llvm-project?rev=155587&view=rev
Log:
Trivial change to make the test use -mcpu=generic so as to avoid
a failure if run on an Intel Atom with post RA instruction scheduling.


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

Modified: llvm/trunk/test/CodeGen/X86/atomic_op.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/atomic_op.ll?rev=155587&r1=155586&r2=155587&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/atomic_op.ll (original)
+++ llvm/trunk/test/CodeGen/X86/atomic_op.ll Wed Apr 25 16:04:54 2012
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 | FileCheck %s
+; RUN: llc < %s -mcpu=generic -march=x86 | FileCheck %s
 
 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:128:128"
 





More information about the llvm-commits mailing list