[LLVMdev] Polly test and example

MORIYAMA Tomohiro moriyama at isit.or.jp
Tue Jun 7 21:17:45 PDT 2011


Hi, all

I tried Polly installation on Ubuntu.

On its building, it returned no errors.
But when I run "make polly-test", it returns 11 unexpected failures as 
follows.
-----------------------------------
********************
Testing Time: 19.77s
********************
Failing Tests (11):
    Polly :: CodeGen/do_pluto_matmult.ll
    Polly :: CodeGen/loop_with_condition.ll
    Polly :: CodeGen/loop_with_condition_2.ll
    Polly :: CodeGen/loop_with_condition_ineq.ll
    Polly :: CodeGen/loop_with_condition_nested.ll
    Polly :: CodeGen/reduction_2.ll
    Polly :: CodeGen/sequential_loops.ll
    Polly :: CodeGen/single_do_loop_int_max_iterations.ll
    Polly :: CodeGen/single_do_loop_scev_replace.ll
    Polly :: CodeGen/single_loop.ll
    Polly :: CodeGen/single_loop_param.ll

  Expected Passes    : 102
  Expected Failures  : 29
  Unexpected Failures: 11
make[3]: *** [tools/polly/test/CMakeFiles/polly-test] Error 1
make[2]: *** [tools/polly/test/CMakeFiles/polly-test.dir/all] Error 2
make[1]: *** [tools/polly/test/CMakeFiles/polly-test.dir/rule] Error 2
make: *** [polly-test] Error 2
-----------------------------------


And another question, I want to try "examples".
http://polly.grosser.es/examples.html

But I can't get its source files by 403.
http://polly.grosser.es/experiments/matmul/


Please, give me your advice.
Thanks.

----
Tomohiro
moriyama at isit.or.jp



More information about the llvm-dev mailing list