[PATCH] D41162: [PM] port Rewrite Statepoints For GC to the new pass manager.

Anna Thomas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 14 16:13:54 PST 2017


anna accepted this revision.
anna added a comment.
This revision is now accepted and ready to land.

lgtm modulo nit



================
Comment at: lib/Transforms/Scalar/RewriteStatepointsForGC.cpp:186
+      if (!shouldRewriteStatepointsIn(F))
+	continue;
+
----------------
fix indentation?


https://reviews.llvm.org/D41162





More information about the llvm-commits mailing list