[PATCH] D17864: [PGO] Promote indirect calls to conditional direct calls with value-profile
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 6 10:38:24 PDT 2016
joker.eph added inline comments.
================
Comment at: lib/Transforms/Instrumentation/IndirectCallPromotion.cpp:74
@@ +73,3 @@
+// Set the cutoff value for the promotion. If the value is other than 0, we
+// stop the transforamtion once the cutoff value is reached.
+// For debug use only.
----------------
s/transforamtion/transformation/
http://reviews.llvm.org/D17864
More information about the llvm-commits
mailing list