[PATCH] [Polly] Map isl_ast for nodes to LLVM Loops

Johannes Doerfert doerfert at cs.uni-saarland.de
Thu Sep 11 01:03:21 PDT 2014


As soon as the last testcase is resolved this should be good to go.

================
Comment at: test/Isl/Ast/llvm_loop_to_isl_ast_node_for_2d_flatten.ll:3
@@ +2,3 @@
+;
+; XFAIL: *
+; FIXME: Should this be marked with both loops, or just the outer loop?
----------------
@grosser Do you have a good idea how we can spot and react when the isl AST creation removes dimensions?
         I think we can spot it by counting but I don't know what to do when we spotted it. Is there any rule
         in how isl can remove dimensions (e.g., only from outer to inner)?

http://reviews.llvm.org/D5283






More information about the llvm-commits mailing list