[PATCH] D152577: Part 2 of Fine tune MachineFunctionSplitPass (MFS) for FSAFDO.
Hongtao Yu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 5 14:36:28 PDT 2023
hoy added inline comments.
================
Comment at: llvm/lib/CodeGen/TargetPassConfig.cpp:1280
+ // enabled, this may result in performance degradation.
+ report_fatal_error("Must use AutoFDO with FSDiscriminator for MFS.");
+ }
----------------
A fatal error seems too strong to me. Can we do a warning instead so that we can still experiment with non-FS AutoFDO profile?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152577/new/
https://reviews.llvm.org/D152577
More information about the llvm-commits
mailing list