[llvm] r212334 - llvm/test/CodeGen/X86/vector-gep.ll: Appease to add -mtriple=i686-linux.

NAKAMURA Takumi geek4civic at gmail.com
Fri Jul 4 04:55:41 PDT 2014


Author: chapuni
Date: Fri Jul  4 06:55:40 2014
New Revision: 212334

URL: http://llvm.org/viewvc/llvm-project?rev=212334&view=rev
Log:
llvm/test/CodeGen/X86/vector-gep.ll: Appease to add -mtriple=i686-linux.

This doesn't pass if stack alignment is not 16, like cygming, *bsd.

Modified:
    llvm/trunk/test/CodeGen/X86/vector-gep.ll

Modified: llvm/trunk/test/CodeGen/X86/vector-gep.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vector-gep.ll?rev=212334&r1=212333&r2=212334&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vector-gep.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vector-gep.ll Fri Jul  4 06:55:40 2014
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 -mcpu=corei7-avx | FileCheck %s
+; RUN: llc < %s -mtriple=i686-linux -mcpu=corei7-avx | FileCheck %s
 ; RUN: opt -instsimplify -disable-output < %s
 
 ;CHECK-LABEL: AGEP0:





More information about the llvm-commits mailing list