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

Manman Ren mren at apple.com
Wed Aug 1 23:43:35 PDT 2012


Thanks for fixing this.

Manman

On Aug 1, 2012, at 11:36 PM, NAKAMURA Takumi wrote:

> 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>)
> 
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list