[PATCH] D17555: [Feedback requested] Implement cold spliting

Amaury SECHET via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 24 12:58:31 PST 2016


deadalnix added a comment.

Extracted some changes in http://reviews.llvm.org/D17579


================
Comment at: test/CodeGen/X86/coldsplit.ll:1
@@ +1,2 @@
+; RUN: llc -split-cold-code < %s | FileCheck %s
+
----------------
davidxl wrote:
> deadalnix wrote:
> > davidxl wrote:
> > > need mtriple (either linux or darwin) -- this does not work on COFF yet.
> > Isn't the target trip in the module doing this already ?
> right -- but by extracting into command line, you can add RUN line for both ELF and MachO
Got you. Thanks.


http://reviews.llvm.org/D17555





More information about the llvm-commits mailing list