[PATCH] D39364: [Polly][acc] Do not statically dispatch into IslNodeBuilder's createFor
Michael Kruse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 27 02:23:47 PDT 2017
Meinersbur accepted this revision.
Meinersbur added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: include/polly/CodeGen/IslNodeBuilder.h:354
void createForVector(__isl_take isl_ast_node *For, int VectorWidth);
- void createForSequential(__isl_take isl_ast_node *For, bool KnownParallel);
+ void createForSequential(__isl_take isl_ast_node *For, bool MarkParallel);
----------------
Is there some change of meaning to the second argument, or why renaming it?
https://reviews.llvm.org/D39364
More information about the llvm-commits
mailing list