[PATCH] D48776: [MachineOutliner] Add support for target-default outlining
Matthias Braun via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 13 14:05:39 PDT 2018
MatzeB added inline comments.
================
Comment at: include/llvm/Target/TargetOptions.h:238-239
+ /// Set if the target supports default outlining behaviour.
+ unsigned SupportsDefaultOutlining : 1;
+
----------------
I'm confused over what the difference between `EnableMachineOutliner` and `SupportsDefaultOutlining` is/what a "default outlining behaviour" is. Could you explain/improve the comment?
https://reviews.llvm.org/D48776
More information about the llvm-commits
mailing list