[PATCH] D36647: [Polly][WIP] Scalar fully indexed expansion
Bonfante Nicolas via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 19 08:10:08 PDT 2017
niosega added inline comments.
================
Comment at: test/MaximalStaticExpansion/working_deps_between_inners_phi.ll:33
+;
+; CHECK-DAG: double MemRef_A_Stmt_for_body11_expanded[10000][10000][10000]; // Element size 8
+; CHECK-DAG: double MemRef_add16_lcssa__phi_Stmt_for_inc25_expanded[10000][10000]; // Element size 8
----------------
The arrays are not always coming in the same order. Is there a better solution than CHECK-DAG to handle such checks ?
https://reviews.llvm.org/D36647
More information about the llvm-commits
mailing list