[PATCH] D35609: [LICM] Make sinkRegion and hoistRegion non-recursive
Davide Italiano via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 19 18:21:35 PDT 2017
davide added a comment.
LGTM, nice to have you back from the grave :)
================
Comment at: lib/Transforms/Scalar/LICM.cpp:346
+
+ for (size_t i = 0; i < Worklist.size(); i++) {
+ DomTreeNode *DTN = Worklist[i];
----------------
capital i maybe?
https://reviews.llvm.org/D35609
More information about the llvm-commits
mailing list