[PATCH] D48682: [MachineOutliner] Add always and never options to -enable-machine-outliner
Javed Absar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 28 01:09:55 PDT 2018
javed.absar added inline comments.
================
Comment at: lib/CodeGen/TargetPassConfig.cpp:121
+ "Run on all functions guaranteed to be beneficial "
+ "(pass -enable-linkonceodr-outlining for more)"),
+ clEnumValN(NeverOutline, "never", "Disable all outlining"),
----------------
"linkonceodr" - is it a typo? not sure how to read this
https://reviews.llvm.org/D48682
More information about the llvm-commits
mailing list