[llvm-commits] [polly] r167284 - in /polly/trunk/test: CodeGen/ CodeGen/MemAccess/ IndependentBlocks/ ScopInfo/ polybench/datamining/correlation/ polybench/datamining/covariance/ polybench/linear-algebra/kernels/2mm/ polybench/linear-algebra/kernels/3mm/ polybench/linear-algebra/kernels/atax/ polybench/linear-algebra/kernels/bicg/ polybench/linear-algebra/kernels/doitgen/ polybench/linear-algebra/kernels/gemm/ polybench/linear-algebra/kernels/gemver/ polybench/linear-algebra/kernels/gesummv/ polybench/linear-algebra/so...

Tobias Grosser grosser at fim.uni-passau.de
Thu Nov 1 23:09:21 PDT 2012


Author: grosser
Date: Fri Nov  2 01:09:20 2012
New Revision: 167284

URL: http://llvm.org/viewvc/llvm-project?rev=167284&view=rev
Log:
Tests: remove ModuleID lines

Modified:
    polly/trunk/test/CodeGen/20100617.ll
    polly/trunk/test/CodeGen/20100622.ll
    polly/trunk/test/CodeGen/20100707.ll
    polly/trunk/test/CodeGen/20100707_2.ll
    polly/trunk/test/CodeGen/20100708.ll
    polly/trunk/test/CodeGen/20100708_2.ll
    polly/trunk/test/CodeGen/20100713.ll
    polly/trunk/test/CodeGen/20100713_2.ll
    polly/trunk/test/CodeGen/20100717.ll
    polly/trunk/test/CodeGen/20100718-DomInfo-2.ll
    polly/trunk/test/CodeGen/20100718-DomInfo.ll
    polly/trunk/test/CodeGen/20100720-MultipleConditions.ll
    polly/trunk/test/CodeGen/20110226-Ignore-Dead-Code.ll
    polly/trunk/test/CodeGen/20110226-PHI-Node-removed.ll
    polly/trunk/test/CodeGen/20110312-Fail-without-basicaa.ll
    polly/trunk/test/CodeGen/MemAccess/simple_analyze.ll
    polly/trunk/test/CodeGen/PHIInExit.ll
    polly/trunk/test/CodeGen/do_pluto_matmult.ll
    polly/trunk/test/CodeGen/loop_with_condition_nested.ll
    polly/trunk/test/CodeGen/matmul_vec.ll
    polly/trunk/test/CodeGen/scev.ll
    polly/trunk/test/CodeGen/sequential_loops.ll
    polly/trunk/test/CodeGen/simple_nonaffine_loop.ll
    polly/trunk/test/CodeGen/simple_vec_assign_scalar_2.ll
    polly/trunk/test/IndependentBlocks/scalar_to_array.ll
    polly/trunk/test/ScopInfo/Alias-0.ll
    polly/trunk/test/ScopInfo/Alias-1.ll
    polly/trunk/test/ScopInfo/Alias-3.ll
    polly/trunk/test/ScopInfo/Alias-4.ll
    polly/trunk/test/ScopInfo/bug_2010_10_22.ll
    polly/trunk/test/ScopInfo/bug_2011_1_5.ll
    polly/trunk/test/ScopInfo/bug_scev_not_fully_eval.ll
    polly/trunk/test/ScopInfo/independent-blocks-never-stop-on-big-scop.ll
    polly/trunk/test/ScopInfo/phi_not_grouped_at_top.ll
    polly/trunk/test/ScopInfo/simple_nonaffine_loop.ll
    polly/trunk/test/ScopInfo/simple_nonaffine_loop_not.ll
    polly/trunk/test/ScopInfo/undef_in_cond.ll
    polly/trunk/test/polybench/datamining/correlation/correlation_with_param.ll
    polly/trunk/test/polybench/datamining/correlation/correlation_without_param.ll
    polly/trunk/test/polybench/datamining/covariance/covariance_with_param.ll
    polly/trunk/test/polybench/datamining/covariance/covariance_without_param.ll
    polly/trunk/test/polybench/linear-algebra/kernels/2mm/2mm_with_param.ll
    polly/trunk/test/polybench/linear-algebra/kernels/2mm/2mm_without_param.ll
    polly/trunk/test/polybench/linear-algebra/kernels/3mm/3mm_with_param.ll
    polly/trunk/test/polybench/linear-algebra/kernels/3mm/3mm_without_param.ll
    polly/trunk/test/polybench/linear-algebra/kernels/atax/atax_with_param.ll
    polly/trunk/test/polybench/linear-algebra/kernels/atax/atax_without_param.ll
    polly/trunk/test/polybench/linear-algebra/kernels/bicg/bicg_with_param.ll
    polly/trunk/test/polybench/linear-algebra/kernels/bicg/bicg_without_param.ll
    polly/trunk/test/polybench/linear-algebra/kernels/doitgen/doitgen_with_param.ll
    polly/trunk/test/polybench/linear-algebra/kernels/doitgen/doitgen_without_param.ll
    polly/trunk/test/polybench/linear-algebra/kernels/gemm/gemm_with_param.ll
    polly/trunk/test/polybench/linear-algebra/kernels/gemm/gemm_without_param.ll
    polly/trunk/test/polybench/linear-algebra/kernels/gemver/gemver_with_param.ll
    polly/trunk/test/polybench/linear-algebra/kernels/gemver/gemver_without_param.ll
    polly/trunk/test/polybench/linear-algebra/kernels/gesummv/gesummv_with_param.ll
    polly/trunk/test/polybench/linear-algebra/kernels/gesummv/gesummv_without_param.ll
    polly/trunk/test/polybench/linear-algebra/solvers/gramschmidt/gramschmidt_with_param.ll
    polly/trunk/test/polybench/linear-algebra/solvers/gramschmidt/gramschmidt_without_param.ll
    polly/trunk/test/polybench/linear-algebra/solvers/lu/lu_with_param.ll
    polly/trunk/test/polybench/linear-algebra/solvers/lu/lu_without_param.ll
    polly/trunk/test/polybench/linear-algebra/solvers/ludcmp/ludcmp_with_param.ll
    polly/trunk/test/polybench/linear-algebra/solvers/ludcmp/ludcmp_without_param.ll
    polly/trunk/test/polybench/stencils/adi/adi_with_param.ll
    polly/trunk/test/polybench/stencils/adi/adi_without_param.ll
    polly/trunk/test/polybench/stencils/jacobi-2d-imper/jacobi-2d-imper_with_param.ll
    polly/trunk/test/polybench/stencils/jacobi-2d-imper/jacobi-2d-imper_without_param.ll
    polly/trunk/test/polybench/stencils/seidel/seidel_with_param.ll
    polly/trunk/test/polybench/stencils/seidel/seidel_without_param.ll

Modified: polly/trunk/test/CodeGen/20100617.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/CodeGen/20100617.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/CodeGen/20100617.ll (original)
+++ polly/trunk/test/CodeGen/20100617.ll Fri Nov  2 01:09:20 2012
@@ -1,5 +1,4 @@
 ; RUN: opt %loadPolly %defaultOpts -polly-codegen %s
-; ModuleID = 'a'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-unknown-linux-gnu"
 

Modified: polly/trunk/test/CodeGen/20100622.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/CodeGen/20100622.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/CodeGen/20100622.ll (original)
+++ polly/trunk/test/CodeGen/20100622.ll Fri Nov  2 01:09:20 2012
@@ -1,7 +1,6 @@
 ; RUN: opt %loadPolly %defaultOpts -polly-codegen %s
 ; RUN: opt %loadPolly %defaultOpts -polly-detect -analyze  %s | not FileCheck %s
 
-; ModuleID = 'a'
 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32"
 target triple = "i386-portbld-freebsd8.0"
 

Modified: polly/trunk/test/CodeGen/20100707.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/CodeGen/20100707.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/CodeGen/20100707.ll (original)
+++ polly/trunk/test/CodeGen/20100707.ll Fri Nov  2 01:09:20 2012
@@ -1,5 +1,4 @@
 ; RUN: opt %loadPolly %defaultOpts -polly-codegen %s
-; ModuleID = 'a'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-unknown-linux-gnu"
 

Modified: polly/trunk/test/CodeGen/20100707_2.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/CodeGen/20100707_2.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/CodeGen/20100707_2.ll (original)
+++ polly/trunk/test/CodeGen/20100707_2.ll Fri Nov  2 01:09:20 2012
@@ -1,5 +1,4 @@
 ; RUN: opt %loadPolly %defaultOpts -polly-codegen %s
-; ModuleID = 'bugpoint-reduced-simplified.bc'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-unknown-linux-gnu"
 

Modified: polly/trunk/test/CodeGen/20100708.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/CodeGen/20100708.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/CodeGen/20100708.ll (original)
+++ polly/trunk/test/CodeGen/20100708.ll Fri Nov  2 01:09:20 2012
@@ -1,5 +1,4 @@
 ; RUN: opt %loadPolly %defaultOpts -polly-detect %s
-; ModuleID = '/tmp/bug.ll'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-unknown-linux-gnu"
 

Modified: polly/trunk/test/CodeGen/20100708_2.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/CodeGen/20100708_2.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/CodeGen/20100708_2.ll (original)
+++ polly/trunk/test/CodeGen/20100708_2.ll Fri Nov  2 01:09:20 2012
@@ -1,5 +1,4 @@
 ; RUN: opt %loadPolly %defaultOpts -polly-codegen %s
-; ModuleID = '/home/grosser/Projekte/polly/git/tools/polly/test/CodeGen/20100708_2.ll'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-pc-linux-gnu"
 

Modified: polly/trunk/test/CodeGen/20100713.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/CodeGen/20100713.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/CodeGen/20100713.ll (original)
+++ polly/trunk/test/CodeGen/20100713.ll Fri Nov  2 01:09:20 2012
@@ -1,5 +1,4 @@
 ; RUN: opt %loadPolly %defaultOpts -polly-codegen %s
-; ModuleID = 'bugpoint-reduced-simplified.bc'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-unknown-linux-gnu"
 

Modified: polly/trunk/test/CodeGen/20100713_2.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/CodeGen/20100713_2.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/CodeGen/20100713_2.ll (original)
+++ polly/trunk/test/CodeGen/20100713_2.ll Fri Nov  2 01:09:20 2012
@@ -1,5 +1,4 @@
 ; RUN: opt %loadPolly %defaultOpts -polly-codegen %s
-; ModuleID = 'bugpoint-reduced-simplified.bc'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-unknown-linux-gnu"
 

Modified: polly/trunk/test/CodeGen/20100717.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/CodeGen/20100717.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/CodeGen/20100717.ll (original)
+++ polly/trunk/test/CodeGen/20100717.ll Fri Nov  2 01:09:20 2012
@@ -1,5 +1,4 @@
 ; RUN: opt %loadPolly %defaultOpts  -polly-codegen -disable-output %s
-; ModuleID = 'bugpoint-reduced-simplified.bc'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-unknown-linux-gnu"
 

Modified: polly/trunk/test/CodeGen/20100718-DomInfo-2.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/CodeGen/20100718-DomInfo-2.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/CodeGen/20100718-DomInfo-2.ll (original)
+++ polly/trunk/test/CodeGen/20100718-DomInfo-2.ll Fri Nov  2 01:09:20 2012
@@ -1,5 +1,4 @@
 ; RUN: opt %loadPolly %defaultOpts -polly-codegen -verify-dom-info -disable-output %s 
-; ModuleID = 'bugpoint-reduced-simplified.bc'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-unknown-linux-gnu"
 

Modified: polly/trunk/test/CodeGen/20100718-DomInfo.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/CodeGen/20100718-DomInfo.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/CodeGen/20100718-DomInfo.ll (original)
+++ polly/trunk/test/CodeGen/20100718-DomInfo.ll Fri Nov  2 01:09:20 2012
@@ -1,5 +1,4 @@
 ; RUN: opt %loadPolly %defaultOpts -polly-codegen -verify-dom-info -disable-output %s 
-; ModuleID = 'bugpoint-reduced-simplified.bc'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-unknown-linux-gnu"
 

Modified: polly/trunk/test/CodeGen/20100720-MultipleConditions.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/CodeGen/20100720-MultipleConditions.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/CodeGen/20100720-MultipleConditions.ll (original)
+++ polly/trunk/test/CodeGen/20100720-MultipleConditions.ll Fri Nov  2 01:09:20 2012
@@ -1,5 +1,4 @@
 ; RUN: opt %loadPolly %defaultOpts -polly-cloog -analyze %s
-; ModuleID = '20100720-MultipleConditions.s'
 
 ;int bar1();
 ;int bar2();

Modified: polly/trunk/test/CodeGen/20110226-Ignore-Dead-Code.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/CodeGen/20110226-Ignore-Dead-Code.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/CodeGen/20110226-Ignore-Dead-Code.ll (original)
+++ polly/trunk/test/CodeGen/20110226-Ignore-Dead-Code.ll Fri Nov  2 01:09:20 2012
@@ -1,4 +1,3 @@
-; ModuleID = '20110226-Ignore-dead-code.ll'
 ; RUN: opt %loadPolly %defaultOpts -polly-codegen %s
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-unknown-linux-gnu"

Modified: polly/trunk/test/CodeGen/20110226-PHI-Node-removed.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/CodeGen/20110226-PHI-Node-removed.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/CodeGen/20110226-PHI-Node-removed.ll (original)
+++ polly/trunk/test/CodeGen/20110226-PHI-Node-removed.ll Fri Nov  2 01:09:20 2012
@@ -1,4 +1,3 @@
-; ModuleID = '20110226.ll'
 ; RUN: opt %loadPolly %defaultOpts -polly-codegen %s
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-unknown-linux-gnu"

Modified: polly/trunk/test/CodeGen/20110312-Fail-without-basicaa.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/CodeGen/20110312-Fail-without-basicaa.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/CodeGen/20110312-Fail-without-basicaa.ll (original)
+++ polly/trunk/test/CodeGen/20110312-Fail-without-basicaa.ll Fri Nov  2 01:09:20 2012
@@ -1,4 +1,3 @@
-; ModuleID = 'test1.ll'
 ; This should be run without alias analysis enabled.
 ;RUN: opt %loadPolly -polly-independent %s
 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32-n8:16:32"

Modified: polly/trunk/test/CodeGen/MemAccess/simple_analyze.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/CodeGen/MemAccess/simple_analyze.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/CodeGen/MemAccess/simple_analyze.ll (original)
+++ polly/trunk/test/CodeGen/MemAccess/simple_analyze.ll Fri Nov  2 01:09:20 2012
@@ -1,5 +1,4 @@
 ;RUN: opt %loadPolly -polly-import-jscop -analyze -polly-import-jscop-dir=%S -polly-import-jscop-postfix=transformed %s | FileCheck %s
-; ModuleID = 'simple.ll'
 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32-n8:16:32"
 target triple = "i386-pc-linux-gnu"
 

Modified: polly/trunk/test/CodeGen/PHIInExit.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/CodeGen/PHIInExit.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/CodeGen/PHIInExit.ll (original)
+++ polly/trunk/test/CodeGen/PHIInExit.ll Fri Nov  2 01:09:20 2012
@@ -1,5 +1,4 @@
 ; RUN: opt %loadPolly %defaultOpts -polly-codegen %s
-; ModuleID = 'bugpoint-reduced-simplified.bc'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-unknown-linux-gnu"
 

Modified: polly/trunk/test/CodeGen/do_pluto_matmult.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/CodeGen/do_pluto_matmult.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/CodeGen/do_pluto_matmult.ll (original)
+++ polly/trunk/test/CodeGen/do_pluto_matmult.ll Fri Nov  2 01:09:20 2012
@@ -83,7 +83,6 @@
 ; RUN: opt %loadPolly %defaultOpts -polly-import-jscop -polly-import-jscop-dir=%S -polly-codegen -S %s | FileCheck -check-prefix=CODEGEN %s
 
 
-; ModuleID = 'do_pluto_matmult.s'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-unknown-linux-gnu"
 

Modified: polly/trunk/test/CodeGen/loop_with_condition_nested.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/CodeGen/loop_with_condition_nested.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/CodeGen/loop_with_condition_nested.ll (original)
+++ polly/trunk/test/CodeGen/loop_with_condition_nested.ll Fri Nov  2 01:09:20 2012
@@ -45,7 +45,6 @@
 ;  return 0;
 ;}
 
-; ModuleID = 'loop_with_condition_nested.s'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-pc-linux-gnu"
 

Modified: polly/trunk/test/CodeGen/matmul_vec.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/CodeGen/matmul_vec.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/CodeGen/matmul_vec.ll (original)
+++ polly/trunk/test/CodeGen/matmul_vec.ll Fri Nov  2 01:09:20 2012
@@ -47,7 +47,6 @@
 ;  return A[42][42];
 ;}
 
-; ModuleID = 'matmul_vec.s'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-unknown-linux-gnu"
 

Modified: polly/trunk/test/CodeGen/scev.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/CodeGen/scev.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/CodeGen/scev.ll (original)
+++ polly/trunk/test/CodeGen/scev.ll Fri Nov  2 01:09:20 2012
@@ -1,5 +1,4 @@
 ; RUN: opt %loadPolly %defaultOpts -polly-detect %s 
-; ModuleID = 'bugpoint-reduced-simplified.bc'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-unknown-linux-gnu"
 

Modified: polly/trunk/test/CodeGen/sequential_loops.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/CodeGen/sequential_loops.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/CodeGen/sequential_loops.ll (original)
+++ polly/trunk/test/CodeGen/sequential_loops.ll Fri Nov  2 01:09:20 2012
@@ -31,7 +31,6 @@
 ;  return 0;
 ;}
 
-; ModuleID = 'sequential_loops.s'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-pc-linux-gnu"
 

Modified: polly/trunk/test/CodeGen/simple_nonaffine_loop.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/CodeGen/simple_nonaffine_loop.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/CodeGen/simple_nonaffine_loop.ll (original)
+++ polly/trunk/test/CodeGen/simple_nonaffine_loop.ll Fri Nov  2 01:09:20 2012
@@ -16,7 +16,6 @@
 ;	return 0;
 ;}
 
-; ModuleID = 'simple_nonaffine_loop.c'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128"
 target triple = "x86_64-apple-macosx10.7.2"
 

Modified: polly/trunk/test/CodeGen/simple_vec_assign_scalar_2.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/CodeGen/simple_vec_assign_scalar_2.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/CodeGen/simple_vec_assign_scalar_2.ll (original)
+++ polly/trunk/test/CodeGen/simple_vec_assign_scalar_2.ll Fri Nov  2 01:09:20 2012
@@ -16,7 +16,6 @@
 ;  return A[42];
 ;}
 
-; ModuleID = 'simple_vec_assign_scalar_2.s'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-unknown-linux-gnu"
 

Modified: polly/trunk/test/IndependentBlocks/scalar_to_array.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/IndependentBlocks/scalar_to_array.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/IndependentBlocks/scalar_to_array.ll (original)
+++ polly/trunk/test/IndependentBlocks/scalar_to_array.ll Fri Nov  2 01:09:20 2012
@@ -1,5 +1,4 @@
 ; RUN: opt %loadPolly -basicaa -polly-independent %s -S | FileCheck %s
-; ModuleID = 'single_loop.s'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-unknown-linux-gnu"
 

Modified: polly/trunk/test/ScopInfo/Alias-0.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/ScopInfo/Alias-0.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/ScopInfo/Alias-0.ll (original)
+++ polly/trunk/test/ScopInfo/Alias-0.ll Fri Nov  2 01:09:20 2012
@@ -1,6 +1,5 @@
 ; RUN: opt %loadPolly %defaultOpts -polly-analyze-ir -analyze %s -stats 2>&1 | FileCheck %s
 
-; ModuleID = '/tmp/webcompile/_17966_0.bc'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-linux-gnu"
 

Modified: polly/trunk/test/ScopInfo/Alias-1.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/ScopInfo/Alias-1.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/ScopInfo/Alias-1.ll (original)
+++ polly/trunk/test/ScopInfo/Alias-1.ll Fri Nov  2 01:09:20 2012
@@ -1,6 +1,5 @@
 ; RUN: opt %loadPolly %defaultOpts -polly-analyze-ir -analyze %s -stats 2>&1 | FileCheck %s
 
-; ModuleID = '/tmp/webcompile/_17966_0.bc'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-linux-gnu"
 

Modified: polly/trunk/test/ScopInfo/Alias-3.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/ScopInfo/Alias-3.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/ScopInfo/Alias-3.ll (original)
+++ polly/trunk/test/ScopInfo/Alias-3.ll Fri Nov  2 01:09:20 2012
@@ -1,6 +1,5 @@
 ; RUN: opt %loadPolly %defaultOpts -polly-analyze-ir -analyze %s -stats 2>&1 | FileCheck %s
 
-; ModuleID = '/tmp/webcompile/_22751_0.bc'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-linux-gnu"
 

Modified: polly/trunk/test/ScopInfo/Alias-4.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/ScopInfo/Alias-4.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/ScopInfo/Alias-4.ll (original)
+++ polly/trunk/test/ScopInfo/Alias-4.ll Fri Nov  2 01:09:20 2012
@@ -1,6 +1,5 @@
 ; RUN: opt %loadPolly %defaultOpts -polly-analyze-ir -analyze %s -stats 2>&1 | not FileCheck %s
 
-; ModuleID = '/tmp/webcompile/_22751_0.bc'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-linux-gnu"
 

Modified: polly/trunk/test/ScopInfo/bug_2010_10_22.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/ScopInfo/bug_2010_10_22.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/ScopInfo/bug_2010_10_22.ll (original)
+++ polly/trunk/test/ScopInfo/bug_2010_10_22.ll Fri Nov  2 01:09:20 2012
@@ -1,6 +1,5 @@
 ; RUN: opt %loadPolly %defaultOpts -polly-analyze-ir %s
 
-; ModuleID = 'bugpoint-reduced-simplified.bc'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-unknown-linux-gnu"
 

Modified: polly/trunk/test/ScopInfo/bug_2011_1_5.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/ScopInfo/bug_2011_1_5.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/ScopInfo/bug_2011_1_5.ll (original)
+++ polly/trunk/test/ScopInfo/bug_2011_1_5.ll Fri Nov  2 01:09:20 2012
@@ -3,7 +3,6 @@
 ; Bug description: Alias Analysis thinks IntToPtrInst aliases with alloca instructions created by IndependentBlocks Pass.
 ;                  This will trigger the assertion when we are verifying the SCoP after IndependentBlocks.
 
-; ModuleID = 'bugpoint-reduced-simplified.bc'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-unknown-linux-gnu"
 

Modified: polly/trunk/test/ScopInfo/bug_scev_not_fully_eval.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/ScopInfo/bug_scev_not_fully_eval.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/ScopInfo/bug_scev_not_fully_eval.ll (original)
+++ polly/trunk/test/ScopInfo/bug_scev_not_fully_eval.ll Fri Nov  2 01:09:20 2012
@@ -1,5 +1,4 @@
 ; RUN: opt %loadPolly %defaultOpts -polly-detect -analyze  %s | not FileCheck %s
-; ModuleID = '/home/ether/where_comes_the_indvar.bc'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-unknown-linux-gnu"
 

Modified: polly/trunk/test/ScopInfo/independent-blocks-never-stop-on-big-scop.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/ScopInfo/independent-blocks-never-stop-on-big-scop.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/ScopInfo/independent-blocks-never-stop-on-big-scop.ll (original)
+++ polly/trunk/test/ScopInfo/independent-blocks-never-stop-on-big-scop.ll Fri Nov  2 01:09:20 2012
@@ -1,5 +1,4 @@
 ; RUN: opt %loadPolly %defaultOpts -polly-independent %s
-; ModuleID = '/tmp/webcompile/_31514_0.bc'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128"
 target triple = "x86_64-unknown-linux-gnu"
 

Modified: polly/trunk/test/ScopInfo/phi_not_grouped_at_top.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/ScopInfo/phi_not_grouped_at_top.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/ScopInfo/phi_not_grouped_at_top.ll (original)
+++ polly/trunk/test/ScopInfo/phi_not_grouped_at_top.ll Fri Nov  2 01:09:20 2012
@@ -1,5 +1,4 @@
 ; RUN: opt %loadPolly %defaultOpts -polly-prepare  -analyze  %s
-; ModuleID = 'bugpoint-reduced-simplified.bc'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-linux-gnu"
 

Modified: polly/trunk/test/ScopInfo/simple_nonaffine_loop.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/ScopInfo/simple_nonaffine_loop.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/ScopInfo/simple_nonaffine_loop.ll (original)
+++ polly/trunk/test/ScopInfo/simple_nonaffine_loop.ll Fri Nov  2 01:09:20 2012
@@ -1,5 +1,4 @@
 ; RUN: opt %loadPolly %defaultOpts -polly-scops -polly-allow-nonaffine -analyze %s | FileCheck %s
-; ModuleID = 'simple_nonaffine_loop.c'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128"
 target triple = "x86_64-apple-macosx10.7.2"
 

Modified: polly/trunk/test/ScopInfo/simple_nonaffine_loop_not.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/ScopInfo/simple_nonaffine_loop_not.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/ScopInfo/simple_nonaffine_loop_not.ll (original)
+++ polly/trunk/test/ScopInfo/simple_nonaffine_loop_not.ll Fri Nov  2 01:09:20 2012
@@ -1,5 +1,4 @@
 ; RUN: opt %loadPolly %defaultOpts -polly-scops -analyze %s | not FileCheck %s
-; ModuleID = 'simple_nonaffine_loop.c'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128"
 target triple = "x86_64-apple-macosx10.7.2"
 

Modified: polly/trunk/test/ScopInfo/undef_in_cond.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/ScopInfo/undef_in_cond.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/ScopInfo/undef_in_cond.ll (original)
+++ polly/trunk/test/ScopInfo/undef_in_cond.ll Fri Nov  2 01:09:20 2012
@@ -1,5 +1,4 @@
 ; RUN: opt %loadPolly %defaultOpts -polly-scops %s  -analyze  %s | not FileCheck %s
-; ModuleID = 'bugpoint-reduced-simplified.bc'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-unknown-linux-gnu"
 

Modified: polly/trunk/test/polybench/datamining/correlation/correlation_with_param.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/polybench/datamining/correlation/correlation_with_param.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/polybench/datamining/correlation/correlation_with_param.ll (original)
+++ polly/trunk/test/polybench/datamining/correlation/correlation_with_param.ll Fri Nov  2 01:09:20 2012
@@ -1,6 +1,5 @@
 ; RUN: opt %loadPolly  %defaultOpts -polly-analyze-ir  -print-top-scop-only -analyze %s | FileCheck %s
 ; XFAIL: *
-; ModuleID = './datamining/correlation/correlation_with_param.ll'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-unknown-linux-gnu"
 

Modified: polly/trunk/test/polybench/datamining/correlation/correlation_without_param.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/polybench/datamining/correlation/correlation_without_param.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/polybench/datamining/correlation/correlation_without_param.ll (original)
+++ polly/trunk/test/polybench/datamining/correlation/correlation_without_param.ll Fri Nov  2 01:09:20 2012
@@ -1,6 +1,5 @@
 ; RUN: opt %loadPolly  %defaultOpts -polly-analyze-ir  -print-top-scop-only -analyze %s | FileCheck %s
 ; XFAIL: *
-; ModuleID = './datamining/correlation/correlation_without_param.ll'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-unknown-linux-gnu"
 

Modified: polly/trunk/test/polybench/datamining/covariance/covariance_with_param.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/polybench/datamining/covariance/covariance_with_param.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/polybench/datamining/covariance/covariance_with_param.ll (original)
+++ polly/trunk/test/polybench/datamining/covariance/covariance_with_param.ll Fri Nov  2 01:09:20 2012
@@ -1,6 +1,5 @@
 ; RUN: opt %loadPolly  %defaultOpts -polly-analyze-ir  -print-top-scop-only -analyze %s | FileCheck %s
 ; XFAIL: *
-; ModuleID = './datamining/covariance/covariance_with_param.ll'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-unknown-linux-gnu"
 

Modified: polly/trunk/test/polybench/datamining/covariance/covariance_without_param.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/polybench/datamining/covariance/covariance_without_param.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/polybench/datamining/covariance/covariance_without_param.ll (original)
+++ polly/trunk/test/polybench/datamining/covariance/covariance_without_param.ll Fri Nov  2 01:09:20 2012
@@ -2,7 +2,6 @@
 ; region-simplify make polly fail to detect the canonical induction variable.
 ; XFAIL:*
 
-; ModuleID = './datamining/covariance/covariance_without_param.ll'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-unknown-linux-gnu"
 

Modified: polly/trunk/test/polybench/linear-algebra/kernels/2mm/2mm_with_param.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/polybench/linear-algebra/kernels/2mm/2mm_with_param.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/polybench/linear-algebra/kernels/2mm/2mm_with_param.ll (original)
+++ polly/trunk/test/polybench/linear-algebra/kernels/2mm/2mm_with_param.ll Fri Nov  2 01:09:20 2012
@@ -1,5 +1,4 @@
 ; RUN: opt %loadPolly  %defaultOpts -polly-cloog -analyze  %s| FileCheck %s
-; ModuleID = './linear-algebra/kernels/2mm/2mm_with_param.ll'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-unknown-linux-gnu"
 

Modified: polly/trunk/test/polybench/linear-algebra/kernels/2mm/2mm_without_param.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/polybench/linear-algebra/kernels/2mm/2mm_without_param.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/polybench/linear-algebra/kernels/2mm/2mm_without_param.ll (original)
+++ polly/trunk/test/polybench/linear-algebra/kernels/2mm/2mm_without_param.ll Fri Nov  2 01:09:20 2012
@@ -1,5 +1,4 @@
 ; RUN: opt %loadPolly  %defaultOpts -polly-detect -analyze  %s | FileCheck %s
-; ModuleID = './linear-algebra/kernels/2mm/2mm_without_param.ll'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-unknown-linux-gnu"
 

Modified: polly/trunk/test/polybench/linear-algebra/kernels/3mm/3mm_with_param.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/polybench/linear-algebra/kernels/3mm/3mm_with_param.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/polybench/linear-algebra/kernels/3mm/3mm_with_param.ll (original)
+++ polly/trunk/test/polybench/linear-algebra/kernels/3mm/3mm_with_param.ll Fri Nov  2 01:09:20 2012
@@ -1,5 +1,4 @@
 ; RUN: opt %loadPolly  %defaultOpts -polly-cloog -analyze  %s| FileCheck %s
-; ModuleID = './linear-algebra/kernels/3mm/3mm_with_param.ll'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-unknown-linux-gnu"
 

Modified: polly/trunk/test/polybench/linear-algebra/kernels/3mm/3mm_without_param.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/polybench/linear-algebra/kernels/3mm/3mm_without_param.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/polybench/linear-algebra/kernels/3mm/3mm_without_param.ll (original)
+++ polly/trunk/test/polybench/linear-algebra/kernels/3mm/3mm_without_param.ll Fri Nov  2 01:09:20 2012
@@ -1,5 +1,4 @@
 ; RUN: opt %loadPolly  %defaultOpts -polly-detect -analyze  %s | FileCheck %s
-; ModuleID = './linear-algebra/kernels/3mm/3mm_without_param.ll'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-unknown-linux-gnu"
 

Modified: polly/trunk/test/polybench/linear-algebra/kernels/atax/atax_with_param.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/polybench/linear-algebra/kernels/atax/atax_with_param.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/polybench/linear-algebra/kernels/atax/atax_with_param.ll (original)
+++ polly/trunk/test/polybench/linear-algebra/kernels/atax/atax_with_param.ll Fri Nov  2 01:09:20 2012
@@ -1,5 +1,4 @@
 ; RUN: opt %loadPolly  %defaultOpts -polly-cloog -analyze  %s | FileCheck %s
-; ModuleID = './linear-algebra/kernels/atax/atax_with_param.ll'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-unknown-linux-gnu"
 

Modified: polly/trunk/test/polybench/linear-algebra/kernels/atax/atax_without_param.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/polybench/linear-algebra/kernels/atax/atax_without_param.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/polybench/linear-algebra/kernels/atax/atax_without_param.ll (original)
+++ polly/trunk/test/polybench/linear-algebra/kernels/atax/atax_without_param.ll Fri Nov  2 01:09:20 2012
@@ -1,5 +1,4 @@
 ; RUN: opt %loadPolly  %defaultOpts -polly-cloog -analyze  %s | FileCheck %s
-; ModuleID = './linear-algebra/kernels/atax/atax_without_param.ll'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-unknown-linux-gnu"
 

Modified: polly/trunk/test/polybench/linear-algebra/kernels/bicg/bicg_with_param.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/polybench/linear-algebra/kernels/bicg/bicg_with_param.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/polybench/linear-algebra/kernels/bicg/bicg_with_param.ll (original)
+++ polly/trunk/test/polybench/linear-algebra/kernels/bicg/bicg_with_param.ll Fri Nov  2 01:09:20 2012
@@ -1,5 +1,4 @@
 ; RUN: opt %loadPolly  %defaultOpts -polly-cloog -analyze  %s | FileCheck %s
-; ModuleID = './linear-algebra/kernels/bicg/bicg_with_param.ll'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-unknown-linux-gnu"
 

Modified: polly/trunk/test/polybench/linear-algebra/kernels/bicg/bicg_without_param.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/polybench/linear-algebra/kernels/bicg/bicg_without_param.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/polybench/linear-algebra/kernels/bicg/bicg_without_param.ll (original)
+++ polly/trunk/test/polybench/linear-algebra/kernels/bicg/bicg_without_param.ll Fri Nov  2 01:09:20 2012
@@ -1,5 +1,4 @@
 ; RUN: opt %loadPolly  %defaultOpts -polly-cloog -analyze  %s | FileCheck %s
-; ModuleID = './linear-algebra/kernels/bicg/bicg_without_param.ll'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-unknown-linux-gnu"
 

Modified: polly/trunk/test/polybench/linear-algebra/kernels/doitgen/doitgen_with_param.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/polybench/linear-algebra/kernels/doitgen/doitgen_with_param.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/polybench/linear-algebra/kernels/doitgen/doitgen_with_param.ll (original)
+++ polly/trunk/test/polybench/linear-algebra/kernels/doitgen/doitgen_with_param.ll Fri Nov  2 01:09:20 2012
@@ -1,5 +1,4 @@
 ; RUN: opt %loadPolly -correlated-propagation  %defaultOpts  -polly-cloog -analyze  %s | FileCheck %s
-; ModuleID = './linear-algebra/kernels/doitgen/doitgen_with_param.ll'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-unknown-linux-gnu"
 

Modified: polly/trunk/test/polybench/linear-algebra/kernels/doitgen/doitgen_without_param.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/polybench/linear-algebra/kernels/doitgen/doitgen_without_param.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/polybench/linear-algebra/kernels/doitgen/doitgen_without_param.ll (original)
+++ polly/trunk/test/polybench/linear-algebra/kernels/doitgen/doitgen_without_param.ll Fri Nov  2 01:09:20 2012
@@ -1,5 +1,4 @@
 ; RUN: opt %loadPolly  %defaultOpts -polly-detect -analyze  %s | FileCheck %s
-; ModuleID = './linear-algebra/kernels/doitgen/doitgen_without_param.ll'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-unknown-linux-gnu"
 

Modified: polly/trunk/test/polybench/linear-algebra/kernels/gemm/gemm_with_param.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/polybench/linear-algebra/kernels/gemm/gemm_with_param.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/polybench/linear-algebra/kernels/gemm/gemm_with_param.ll (original)
+++ polly/trunk/test/polybench/linear-algebra/kernels/gemm/gemm_with_param.ll Fri Nov  2 01:09:20 2012
@@ -1,5 +1,4 @@
 ; RUN: opt %loadPolly  %defaultOpts -polly-detect -polly-cloog -analyze  %s | FileCheck %s
-; ModuleID = './linear-algebra/kernels/gemm/gemm_with_param.ll'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-unknown-linux-gnu"
 

Modified: polly/trunk/test/polybench/linear-algebra/kernels/gemm/gemm_without_param.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/polybench/linear-algebra/kernels/gemm/gemm_without_param.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/polybench/linear-algebra/kernels/gemm/gemm_without_param.ll (original)
+++ polly/trunk/test/polybench/linear-algebra/kernels/gemm/gemm_without_param.ll Fri Nov  2 01:09:20 2012
@@ -1,5 +1,4 @@
 ; RUN: opt %loadPolly  %defaultOpts -polly-detect -analyze  %s | FileCheck %s
-; ModuleID = './linear-algebra/kernels/gemm/gemm_without_param.ll'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-unknown-linux-gnu"
 

Modified: polly/trunk/test/polybench/linear-algebra/kernels/gemver/gemver_with_param.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/polybench/linear-algebra/kernels/gemver/gemver_with_param.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/polybench/linear-algebra/kernels/gemver/gemver_with_param.ll (original)
+++ polly/trunk/test/polybench/linear-algebra/kernels/gemver/gemver_with_param.ll Fri Nov  2 01:09:20 2012
@@ -1,5 +1,4 @@
 ; RUN: opt %loadPolly  %defaultOpts -polly-detect -polly-cloog -analyze  %s | FileCheck %s
-; ModuleID = './linear-algebra/kernels/gemver/gemver_with_param.ll'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-unknown-linux-gnu"
 

Modified: polly/trunk/test/polybench/linear-algebra/kernels/gemver/gemver_without_param.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/polybench/linear-algebra/kernels/gemver/gemver_without_param.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/polybench/linear-algebra/kernels/gemver/gemver_without_param.ll (original)
+++ polly/trunk/test/polybench/linear-algebra/kernels/gemver/gemver_without_param.ll Fri Nov  2 01:09:20 2012
@@ -1,5 +1,4 @@
 ; RUN: opt %loadPolly  %defaultOpts -polly-detect -polly-cloog -analyze  %s | FileCheck %s
-; ModuleID = './linear-algebra/kernels/gemver/gemver_without_param.ll'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-unknown-linux-gnu"
 

Modified: polly/trunk/test/polybench/linear-algebra/kernels/gesummv/gesummv_with_param.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/polybench/linear-algebra/kernels/gesummv/gesummv_with_param.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/polybench/linear-algebra/kernels/gesummv/gesummv_with_param.ll (original)
+++ polly/trunk/test/polybench/linear-algebra/kernels/gesummv/gesummv_with_param.ll Fri Nov  2 01:09:20 2012
@@ -1,5 +1,4 @@
 ; RUN: opt %loadPolly  %defaultOpts -polly-cloog -analyze  %s | FileCheck %s
-; ModuleID = './linear-algebra/kernels/gesummv/gesummv_with_param.ll'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-unknown-linux-gnu"
 

Modified: polly/trunk/test/polybench/linear-algebra/kernels/gesummv/gesummv_without_param.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/polybench/linear-algebra/kernels/gesummv/gesummv_without_param.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/polybench/linear-algebra/kernels/gesummv/gesummv_without_param.ll (original)
+++ polly/trunk/test/polybench/linear-algebra/kernels/gesummv/gesummv_without_param.ll Fri Nov  2 01:09:20 2012
@@ -1,5 +1,4 @@
 ; RUN: opt %loadPolly  %defaultOpts -polly-detect -analyze  %s | FileCheck %s
-; ModuleID = './linear-algebra/kernels/gesummv/gesummv_without_param.ll'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-unknown-linux-gnu"
 

Modified: polly/trunk/test/polybench/linear-algebra/solvers/gramschmidt/gramschmidt_with_param.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/polybench/linear-algebra/solvers/gramschmidt/gramschmidt_with_param.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/polybench/linear-algebra/solvers/gramschmidt/gramschmidt_with_param.ll (original)
+++ polly/trunk/test/polybench/linear-algebra/solvers/gramschmidt/gramschmidt_with_param.ll Fri Nov  2 01:09:20 2012
@@ -1,6 +1,5 @@
 ; RUN: opt %loadPolly %defaultOpts -polly-prepare -polly-cloog -analyze  %s | FileCheck %s
 ; XFAIL: *
-; ModuleID = './linear-algebra/solvers/gramschmidt/gramschmidt_with_param.ll'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-pc-linux-gnu"
 

Modified: polly/trunk/test/polybench/linear-algebra/solvers/gramschmidt/gramschmidt_without_param.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/polybench/linear-algebra/solvers/gramschmidt/gramschmidt_without_param.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/polybench/linear-algebra/solvers/gramschmidt/gramschmidt_without_param.ll (original)
+++ polly/trunk/test/polybench/linear-algebra/solvers/gramschmidt/gramschmidt_without_param.ll Fri Nov  2 01:09:20 2012
@@ -1,5 +1,4 @@
 ; RUN: opt %loadPolly %defaultOpts -polly-prepare -polly-cloog -analyze  %s | FileCheck %s
-; ModuleID = './linear-algebra/solvers/gramschmidt/gramschmidt_without_param.ll'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-pc-linux-gnu"
 

Modified: polly/trunk/test/polybench/linear-algebra/solvers/lu/lu_with_param.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/polybench/linear-algebra/solvers/lu/lu_with_param.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/polybench/linear-algebra/solvers/lu/lu_with_param.ll (original)
+++ polly/trunk/test/polybench/linear-algebra/solvers/lu/lu_with_param.ll Fri Nov  2 01:09:20 2012
@@ -2,7 +2,6 @@
 ; region-simplify make polly fail to detect the canonical induction variable.
 ; XFAIL:*
 
-; ModuleID = './linear-algebra/solvers/lu/lu_with_param.ll'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-unknown-linux-gnu"
 

Modified: polly/trunk/test/polybench/linear-algebra/solvers/lu/lu_without_param.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/polybench/linear-algebra/solvers/lu/lu_without_param.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/polybench/linear-algebra/solvers/lu/lu_without_param.ll (original)
+++ polly/trunk/test/polybench/linear-algebra/solvers/lu/lu_without_param.ll Fri Nov  2 01:09:20 2012
@@ -2,7 +2,6 @@
 ; region-simplify make polly fail to detect the canonical induction variable.
 ; XFAIL:*
 
-; ModuleID = './linear-algebra/solvers/lu/lu_without_param.ll'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-unknown-linux-gnu"
 

Modified: polly/trunk/test/polybench/linear-algebra/solvers/ludcmp/ludcmp_with_param.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/polybench/linear-algebra/solvers/ludcmp/ludcmp_with_param.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/polybench/linear-algebra/solvers/ludcmp/ludcmp_with_param.ll (original)
+++ polly/trunk/test/polybench/linear-algebra/solvers/ludcmp/ludcmp_with_param.ll Fri Nov  2 01:09:20 2012
@@ -1,6 +1,5 @@
 ; RUN: opt %loadPolly  %defaultOpts -polly-analyze-ir  -print-top-scop-only -analyze %s | FileCheck %s
 ; XFAIL: *
-; ModuleID = './linear-algebra/solvers/ludcmp/ludcmp_with_param.ll'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-unknown-linux-gnu"
 

Modified: polly/trunk/test/polybench/linear-algebra/solvers/ludcmp/ludcmp_without_param.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/polybench/linear-algebra/solvers/ludcmp/ludcmp_without_param.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/polybench/linear-algebra/solvers/ludcmp/ludcmp_without_param.ll (original)
+++ polly/trunk/test/polybench/linear-algebra/solvers/ludcmp/ludcmp_without_param.ll Fri Nov  2 01:09:20 2012
@@ -2,7 +2,6 @@
 ; region-simplify make polly fail to detect the canonical induction variable.
 ; XFAIL:*
 
-; ModuleID = './linear-algebra/solvers/ludcmp/ludcmp_without_param.ll'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-unknown-linux-gnu"
 

Modified: polly/trunk/test/polybench/stencils/adi/adi_with_param.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/polybench/stencils/adi/adi_with_param.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/polybench/stencils/adi/adi_with_param.ll (original)
+++ polly/trunk/test/polybench/stencils/adi/adi_with_param.ll Fri Nov  2 01:09:20 2012
@@ -1,6 +1,5 @@
 ; RUN: opt %loadPolly  %defaultOpts -polly-analyze-ir  -print-top-scop-only -analyze %s | FileCheck %s
 ; XFAIL: *
-; ModuleID = './stencils/adi/adi_with_param.ll'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-unknown-linux-gnu"
 

Modified: polly/trunk/test/polybench/stencils/adi/adi_without_param.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/polybench/stencils/adi/adi_without_param.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/polybench/stencils/adi/adi_without_param.ll (original)
+++ polly/trunk/test/polybench/stencils/adi/adi_without_param.ll Fri Nov  2 01:09:20 2012
@@ -1,5 +1,4 @@
 ; RUN: opt %loadPolly  %defaultOpts -polly-detect -analyze  %s | FileCheck %s
-; ModuleID = './stencils/adi/adi_without_param.ll'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-unknown-linux-gnu"
 

Modified: polly/trunk/test/polybench/stencils/jacobi-2d-imper/jacobi-2d-imper_with_param.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/polybench/stencils/jacobi-2d-imper/jacobi-2d-imper_with_param.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/polybench/stencils/jacobi-2d-imper/jacobi-2d-imper_with_param.ll (original)
+++ polly/trunk/test/polybench/stencils/jacobi-2d-imper/jacobi-2d-imper_with_param.ll Fri Nov  2 01:09:20 2012
@@ -2,7 +2,6 @@
 ; region-simplify causes: Non canonical PHI node found
 ; XFAIL:*
 
-; ModuleID = './stencils/jacobi-2d-imper/jacobi-2d-imper_with_param.ll'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-unknown-linux-gnu"
 

Modified: polly/trunk/test/polybench/stencils/jacobi-2d-imper/jacobi-2d-imper_without_param.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/polybench/stencils/jacobi-2d-imper/jacobi-2d-imper_without_param.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/polybench/stencils/jacobi-2d-imper/jacobi-2d-imper_without_param.ll (original)
+++ polly/trunk/test/polybench/stencils/jacobi-2d-imper/jacobi-2d-imper_without_param.ll Fri Nov  2 01:09:20 2012
@@ -1,5 +1,4 @@
 ; RUN: opt %loadPolly  %defaultOpts -polly-detect -analyze  %s | FileCheck %s
-; ModuleID = './stencils/jacobi-2d-imper/jacobi-2d-imper_without_param.ll'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-unknown-linux-gnu"
 

Modified: polly/trunk/test/polybench/stencils/seidel/seidel_with_param.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/polybench/stencils/seidel/seidel_with_param.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/polybench/stencils/seidel/seidel_with_param.ll (original)
+++ polly/trunk/test/polybench/stencils/seidel/seidel_with_param.ll Fri Nov  2 01:09:20 2012
@@ -1,6 +1,5 @@
 ; RUN: opt %loadPolly  %defaultOpts -polly-analyze-ir  -print-top-scop-only -analyze %s | FileCheck %s
 ; XFAIL: *
-; ModuleID = './stencils/seidel/seidel_with_param.ll'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-unknown-linux-gnu"
 

Modified: polly/trunk/test/polybench/stencils/seidel/seidel_without_param.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/polybench/stencils/seidel/seidel_without_param.ll?rev=167284&r1=167283&r2=167284&view=diff
==============================================================================
--- polly/trunk/test/polybench/stencils/seidel/seidel_without_param.ll (original)
+++ polly/trunk/test/polybench/stencils/seidel/seidel_without_param.ll Fri Nov  2 01:09:20 2012
@@ -1,5 +1,4 @@
 ; RUN: opt %loadPolly  %defaultOpts -polly-detect -analyze  %s | FileCheck %s
-; ModuleID = './stencils/seidel/seidel_without_param.ll'
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-unknown-linux-gnu"
 





More information about the llvm-commits mailing list