6.6.6.6.6 -fcse-skip-blocks
This is similar to -fcse-follow-jumps, but causes the common subexpression
elimination (CSE) to follow jumps which conditionally skip over blocks. When CSE
encounters a simple if statement with no else clause,
-fcse-skip-blocks causes CSE to follow the jump around the body of
the if.
