[PATCH] D33618: [PartialInlining] Reduce function outlining overhead

Wei Mi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 30 14:07:35 PDT 2017


wmi added a comment.

I have no other comments. See whether Davide has further comments.



================
Comment at: lib/Transforms/Utils/CodeExtractor.cpp:783
 
-  ValueSet inputs, outputs;
+  ValueSet inputs, outputs, SinkingCands;
 
----------------
They can be moved closer to their uses.


https://reviews.llvm.org/D33618





More information about the llvm-commits mailing list