[PATCH] D21205: Pass AssumptionCacheTracker from SampleProfileLoader to Inliner

David Li via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 14 15:58:41 PDT 2016


davidxl added a comment.

Is the testing just testing opt not crashing?

Please cleanup the test case: shorten the names, and minimizes the number of debug info needed.


================
Comment at: test/Transforms/SampleProfile/inline-act.ll:3
@@ +2,3 @@
+
+; Sample profile should have non-empt ACT passed to inliner
+
----------------
empt --> empty


http://reviews.llvm.org/D21205





More information about the llvm-commits mailing list