[PATCH] D17555: [Feedback requested] Implement cold spliting
David Li via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 24 12:56:03 PST 2016
davidxl added inline comments.
================
Comment at: test/CodeGen/X86/coldsplit.ll:1
@@ +1,2 @@
+; RUN: llc -split-cold-code < %s | FileCheck %s
+
----------------
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
http://reviews.llvm.org/D17555
More information about the llvm-commits
mailing list