[PATCH] D16381: Infrastructure to allow use of PGO in inliner

David Li via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 1 17:01:19 PST 2016


davidxl added a comment.

Nice test case.

Dehao mentioned there is a problem with BB splitting when a basic block has two callsites -- after the first call gets inlined, the newly split block with the second callsite does not have updated profile data. Please handle that (with a proper test case).


http://reviews.llvm.org/D16381





More information about the llvm-commits mailing list