[PATCH] D73381: [PGO][PGSO] Handle MBFIWrapper

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 29 10:08:00 PST 2020


davidxl added inline comments.


================
Comment at: llvm/include/llvm/Transforms/Utils/SizeOpts.h:92
+template<typename AdapterT, typename BFIT>
+bool shouldOptimizeForSizeImpl(BlockFrequency BlockFreq,
+                               ProfileSummaryInfo *PSI, BFIT *BFI,
----------------
Is this function necessary? It is mostly the same as the previous impl.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73381/new/

https://reviews.llvm.org/D73381





More information about the llvm-commits mailing list