[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:36:24 PDT 2016
joker.eph added a comment.
I expect that somewhere you look at the "opt_none" attribute on the function and bail.
================
Comment at: lib/Transforms/Instrumentation/IndirectCallPromotion.cpp:558
@@ +557,3 @@
+ }
+ }
+
----------------
Why isn't is a function pass?
http://reviews.llvm.org/D17864
More information about the llvm-commits
mailing list