[llvm] r190958 - Attempt to fix llvm-ppc64-linux2 buildbot failure by adding

Preston Gurd preston.gurd at intel.com
Wed Sep 18 14:39:33 PDT 2013


Author: pgurd
Date: Wed Sep 18 16:39:33 2013
New Revision: 190958

URL: http://llvm.org/viewvc/llvm-project?rev=190958&view=rev
Log:
Attempt to fix llvm-ppc64-linux2 buildbot failure by adding
-march=x86 to SLM test.


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

Modified: llvm/trunk/test/CodeGen/X86/prefetch.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/prefetch.ll?rev=190958&r1=190957&r2=190958&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/prefetch.ll (original)
+++ llvm/trunk/test/CodeGen/X86/prefetch.ll Wed Sep 18 16:39:33 2013
@@ -1,7 +1,7 @@
 ; RUN: llc < %s -march=x86 -mattr=+sse | FileCheck %s
 ; RUN: llc < %s -march=x86 -mattr=+avx | FileCheck %s
 ; RUN: llc < %s -march=x86 -mattr=+sse -mattr=+prfchw | FileCheck %s -check-prefix=PRFCHW
-; RUN: llc < %s -mcpu=slm | FileCheck %s -check-prefix=SLM
+; RUN: llc < %s -march=x86 -mcpu=slm | FileCheck %s -check-prefix=SLM
 
 ; rdar://10538297
 





More information about the llvm-commits mailing list