[PATCH] D21205: Pass AssumptionCacheTracker from SampleProfileLoader to Inliner

Vedant Kumar via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 15 09:52:07 PDT 2016


vsk added a subscriber: vsk.
vsk added a comment.

It looks like the key parts of this test case are: a load/store to a global, an inline candidate with a switch in it, and debug information.

Are there any elements there that are unnecessary, or that could be trimmed down further? I'm asking because I'm not very familiar with the SampleProf code, and am having a hard time working out exactly how inline-act.ll works. It would help to have SampleProfileLoader dump some debug output that can be FileChecked.


http://reviews.llvm.org/D21205





More information about the llvm-commits mailing list