[PATCH] D17460: Add prefix based function layout when profile is available.
David Li via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 22 13:31:59 PST 2016
davidxl added inline comments.
================
Comment at: test/CodeGen/X86/partition-sections.ll:1
@@ +1,2 @@
+; RUN: llc < %s -function-sections -group-functions-by-hotness=false | FileCheck %s -check-prefix=NO-PARTITION
+; RUN: llc < %s -function-sections -group-functions-by-hotness=true | FileCheck %s -check-prefix=PARTITION
----------------
Can you also add a test without -function-sections option.
http://reviews.llvm.org/D17460
More information about the llvm-commits
mailing list