[PATCH] D89085: [llvm] Update default cutoff threshold for machine function splitter.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 8 18:18:40 PDT 2020


MaskRay added inline comments.


================
Comment at: llvm/lib/CodeGen/MachineFunctionSplitter.cpp:42
 
+// FIXME: This cutoff value is cpu dependent and should be moved to TTI once we
+// consider enabling this on other platforms.
----------------
Nit: TTI -> TargetTransformInfo


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D89085/new/

https://reviews.llvm.org/D89085



More information about the llvm-commits mailing list