[llvm-commits] [polly] r167255 - in /polly/trunk/test: CodeGen/do_pluto_matmult.ll CodeGen/loop_with_condition.ll CodeGen/loop_with_condition_2.ll CodeGen/loop_with_condition_ineq.ll CodeGen/loop_with_condition_nested.ll CodeGen/reduction.ll CodeGen/reduction_2.ll CodeGen/sequential_loops.ll CodeGen/single_do_loop_int_max_iterations.ll CodeGen/single_do_loop_one_iteration.ll CodeGen/single_do_loop_scev_replace.ll CodeGen/single_loop.ll CodeGen/single_loop_int_max_iterations.ll CodeGen/single_loop_param.ll lit.site.cfg.in

Tobias Grosser tobias at grosser.es
Thu Nov 1 14:47:50 PDT 2012


On 11/01/2012 02:45 PM, Tobias Grosser wrote:
> Author: grosser
> Date: Thu Nov  1 16:44:59 2012
> New Revision: 167255
>
> URL: http://llvm.org/viewvc/llvm-project?rev=167255&view=rev
> Log:
> Remove runtime tests from polly test suite
>
> Similar to LLVM we now follow the policy of only having LLVM-IR level tests in
> the Polly test suite. Testing for miscompilation of larger programs should be
> done with the llvm test suite.

Hi Jack,

does this commit remove the 'polly-test' failures you see on darwin?

Tobi



More information about the llvm-commits mailing list