[BOLT] Optimize the three way branch
Summary: Three way branches commonly appear in HHVM. They have one test and then two jumps. The jump's destinations are not currently optimized. This pass attempts to optimize which is the first branch. (cherry picked from FBD30460441)
Loading
Please sign in to comment