halo icon indicating copy to clipboard operation
halo copied to clipboard

Control-height Reduction

Open kavon opened this issue 5 years ago • 0 comments

One possible use of path profiles that already exists under llvm/Transforms/Instrumentation/ControlHeightReduction.h:

This pass merges conditional blocks of code and reduces the number of
conditional branches in the hot paths based on profiles.

kavon avatar Jan 22 '20 18:01 kavon