Jack Howarth
2013-May-30 18:40 UTC
[LLVMdev] XPASS: Polly :: Isl/CodeGen/scevcodegen-1.ll (126 of 249) revisited
I finally had time to reproduce the failure in... http://llvm.org/bugs/show_bug.cgi?id=15817 under x86_64 Fedora 15 linux and it fails the same way as under x86_64-apple-darwin*... XPASS: Polly :: Isl/CodeGen/scevcodegen-1.ll (126 of 249) ******************** TEST 'Polly :: Isl/CodeGen/scevcodegen-1.ll' FAILED ******************** Script: -- opt -load /home/howarth/llvm/build/lib/LLVMPolly.so -polly-codegen-isl -polly-codegen-scev /home/howarth/llvm/tools/polly/test/Isl/CodeGen/scevcodegen-1.ll -- Exit Code: 0 Command Output (stdout): -- BC??! ? ? ?#?A?I29?? ?b?EB? B?2I 2D$H ?!#?R? 2" !r d?"??"ㄡ?L???`I?? ,Q└z`t?v at z`t??z?z?m?│?│?│??┴?─◆≥┴??0⎼?⎽ ≥0⎼??◆├?┴@≥◆├??0⎼?⎽ ≥0⎼??◆├?┴@≥◆├??◆├?┴@≥◆├??⎼?≥⎼?≥⎼?└⎻?⎻?┴@└0p?v at z`t??p?q x?q x??zv?s z`t0?< ???f=?C8?ÌB?yxs?q ???3 B??Ρ°0=?C8??=?C=?=?│?├⎻≤H⎻⎻≥⎻┴│?⎻ ─ @0?▒ ┼M,4%@T#BW#3?3???@?Q2K ?2,C11PA?C? ?▒??PHD 7 ??8˂???L?/M at 4?ҳ ?E8ąL?? ?2E0K⎻????⎻C??,C?,5 at 0?8◆0?(?0???H0?0K⎻?G?????<ąLM?␌????CM26?2 N3?1 H3T@├ߦ? ?PQ?[B21???? ??;?⎻?/M at 4?ҳ ?-????4?├??8?␌?▒ N?G??8?(? D␍ ─!??4N???8˂?ҳ ???4??,?)>? wp=β`>CD?7????;?p ??, ?KM?@!?PQ??? 5I?@?D?4CD·C\S?[C?4CD·C\Ӎ??/???◆?ҳ ???8O└ ? չ/?-- ******************** Testing Time: 7.00s ******************** Unexpected Passing Tests (1): Polly :: Isl/CodeGen/scevcodegen-1.ll Expected Passes : 218 Expected Failures : 23 Unsupported Tests : 7 Unexpected Passes : 1 in current llvm/clang/polly svn. Shouldn't this test be marked as an expected failure (however that is done for unwanted XPASS's) for the polly 3.3 release which also exhibits this failure? Both llvm 3.3 and svn were tested against isl 0.11.1/2 and cloog 0.18.0. Jack