[llvm-commits] [llvm] r137241 - /llvm/trunk/test/CodeGen/X86/opt-shuff-tstore.ll

Francois Pichet pichet2000 at gmail.com
Wed Aug 10 15:37:41 PDT 2011


On Wed, Aug 10, 2011 at 3:49 PM, Nadav Rotem <nadav.rotem at intel.com> wrote:
> Author: nadav
> Date: Wed Aug 10 14:49:19 2011
> New Revision: 137241
>
> URL: http://llvm.org/viewvc/llvm-project?rev=137241&view=rev
> Log:
> Fix the test. Add cpu target.
>
> Modified:
>    llvm/trunk/test/CodeGen/X86/opt-shuff-tstore.ll
>
> Modified: llvm/trunk/test/CodeGen/X86/opt-shuff-tstore.ll
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/opt-shuff-tstore.ll?rev=137241&r1=137240&r2=137241&view=diff
> ==============================================================================
> --- llvm/trunk/test/CodeGen/X86/opt-shuff-tstore.ll (original)
> +++ llvm/trunk/test/CodeGen/X86/opt-shuff-tstore.ll Wed Aug 10 14:49:19 2011
> @@ -1,4 +1,4 @@
> -; RUN: llc -mcpu=corei7 < %s -o - -promote-elements -mattr=+sse2,+sse41 | FileCheck %s
> +; RUN: llc -mcpu=corei7 -march=x86-64 < %s -o - -promote-elements -mattr=+sse2,+sse41 | FileCheck %s
>
>  ; CHECK: func_4_8
>  ; A single memory write
>
>
hi,
This fails under MSVC:

1>  FAIL: LLVM :: CodeGen/X86/opt-shuff-tstore.ll (6340 of 9337)
1>  ******************** TEST 'LLVM ::
CodeGen/X86/opt-shuff-tstore.ll' FAILED ********************
1>  Script:
1>  --
1>  C:/dev/llvm/llvm_trunk2/bin/Release/llc.EXE -mcpu=corei7
-march=x86-64 <
C:/dev/llvm/llvm_trunk2/test/CodeGen/X86/opt-shuff-tstore.ll -o -
-promote-elements -mattr=+sse2,+sse41 |
C:/dev/llvm/llvm_trunk2/bin/Release/FileCheck.EXE
C:/dev/llvm/llvm_trunk2/test/CodeGen/X86/opt-shuff-tstore.ll
1>  --
1>  Exit Code: 1
1>  Command Output (stdout):
1>  --
1>  Command 0: "C:/dev/llvm/llvm_trunk2/bin/Release/llc.EXE"
"-mcpu=corei7" "-march=x86-64" "-o" "-" "-promote-elements"
"-mattr=+sse2,+sse41"
1>  Command 0 Result: 0
1>  Command 0 Output:
1>
1>
1>  Command 0 Stderr:
1>
1>
1>  Command 1: "C:/dev/llvm/llvm_trunk2/bin/Release/FileCheck.EXE"
"C:/dev/llvm/llvm_trunk2/test/CodeGen/X86/opt-shuff-tstore.ll"
1>  Command 1 Result: 1
1>  Command 1 Output:
1>
1>
1>  Command 1 Stderr:
1>  C:/dev/llvm/llvm_trunk2/test/CodeGen/X86/opt-shuff-tstore.ll:6:15:
error: CHECK-NEXT: is not on the line after the previous match
1>  ; CHECK-NEXT: ret
1>                ^
1>  <stdin>:38:2: note: 'next' match was here
1>   ret
1>   ^
1>  <stdin>:34:6: note: previous match was here
1>   movdqa (%rcx), %xmm0
1>       ^
1>




More information about the llvm-commits mailing list