[PATCH] D65241: [Polly][NFC][ScopBuilder] Move addUserAssumptions to ScopBuilder
Dominik Adamski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 4 14:30:43 PDT 2019
domada added a comment.
https://reviews.llvm.org/D65729 -> this patch moves `buildConditionSets` functions to ScopBuilder class. It is not possible to move them enterily in patch 65241 because some Scop functions use these functions.
That's why I have decided to make them visible by adding their declaration to ScopInfo.h file. Patch 65729 solves this dependency and it moves all `buildConditionSets` functions to ScopBuilder class.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65241/new/
https://reviews.llvm.org/D65241
More information about the llvm-commits
mailing list