aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ccomp.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ccomp.1')
-rw-r--r--doc/ccomp.110
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/ccomp.1 b/doc/ccomp.1
index 7ccf97c8..81deab7d 100644
--- a/doc/ccomp.1
+++ b/doc/ccomp.1
@@ -146,6 +146,16 @@ Turn on/off common subexpression elimination.
Enabled by default.
.
.TP
+.BR \-fif\-conversion ", " \-fno\-if\-conversion
+Turn on/off generation of conditional moves.
+Enabled by default.
+.
+.TP
+.BR \-ffavor\-branchless "
+When \fB-fif\-conversion\fP is enabled, the conversion is peformed aggressively even if the resulting code is less performant.
+Disabled by default.
+.
+.TP
.BR \-finline ", " \-fno\-inline
Turn on/off inlining of functions.
Enabled by default.