[PATCH] D89085: [llvm] Update default cutoff threshold for machine function splitter.
Snehasish Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 8 18:17:09 PDT 2020
snehasish added a comment.
This pass is only enabled on X86 platforms (D87047 <https://reviews.llvm.org/D87047> for clang options and platform check). Longer term it does make sense to move it to TTI so I've added a FIXME to get this change off the critical path and I'll follow up with a refactoring change.
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