[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

Jack Howarth howarth at bromo.med.uc.edu
Thu Nov 1 16:13:35 PDT 2012


On Thu, Nov 01, 2012 at 02:47:50PM -0700, Tobias Grosser wrote:
> 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

Tobi,
   This issue is fixed at 167261 on x86_64-apple-darwin11 with Xcode 4.5.2...

[100%] Running Polly regression tests
Testing Time: 6.31s
  Expected Passes    : 134
  Expected Failures  : 28
  Unsupported Tests  : 2

Thanks.
          Jack



More information about the llvm-commits mailing list