[llvm] r177943 - Add an -mcpu option to a test that is apparently scheduler-sensitive.

Jakob Stoklund Olesen stoklund at 2pi.dk
Mon Mar 25 16:43:24 PDT 2013


Author: stoklund
Date: Mon Mar 25 18:43:23 2013
New Revision: 177943

URL: http://llvm.org/viewvc/llvm-project?rev=177943&view=rev
Log:
Add an -mcpu option to a test that is apparently scheduler-sensitive.

This should fix the clang-atom-d2700-ubuntu-rel buildbot.

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

Modified: llvm/trunk/test/CodeGen/X86/vec_fpext.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vec_fpext.ll?rev=177943&r1=177942&r2=177943&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec_fpext.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec_fpext.ll Mon Mar 25 18:43:23 2013
@@ -1,5 +1,5 @@
 ; RUN: llc < %s -march=x86 -mattr=+sse41,-avx | FileCheck %s
-; RUN: llc < %s -march=x86 -mattr=+avx | FileCheck --check-prefix=AVX %s
+; RUN: llc < %s -march=x86 -mcpu=corei7-avx | FileCheck --check-prefix=AVX %s
 
 ; PR11674
 define void @fpext_frommem(<2 x float>* %in, <2 x double>* %out) {





More information about the llvm-commits mailing list