[llvm-commits] [llvm] r161156 - /llvm/trunk/test/CodeGen/X86/fold-pcmpeqd-1.ll

NAKAMURA Takumi geek4civic at gmail.com
Wed Aug 1 23:36:56 PDT 2012


Author: chapuni
Date: Thu Aug  2 01:36:56 2012
New Revision: 161156

URL: http://llvm.org/viewvc/llvm-project?rev=161156&view=rev
Log:
llvm/test/CodeGen/X86/fold-pcmpeqd-1.ll: Make sure this is testing without +avx.

FIXME: Could +avx be checked here too?

Modified:
    llvm/trunk/test/CodeGen/X86/fold-pcmpeqd-1.ll

Modified: llvm/trunk/test/CodeGen/X86/fold-pcmpeqd-1.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/fold-pcmpeqd-1.ll?rev=161156&r1=161155&r2=161156&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/fold-pcmpeqd-1.ll (original)
+++ llvm/trunk/test/CodeGen/X86/fold-pcmpeqd-1.ll Thu Aug  2 01:36:56 2012
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 -mattr=+sse2 | FileCheck %s
+; RUN: llc < %s -march=x86 -mattr=+sse2,-avx | FileCheck %s
 
 define <2 x double> @foo() nounwind {
   ret <2 x double> bitcast (<2 x i64><i64 -1, i64 -1> to <2 x double>)





More information about the llvm-commits mailing list