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