Module rustc_mir_transform::deduplicate_blocks
source · Expand description
This pass finds basic blocks that are completely equal, and replaces all uses with just one of them.
This pass finds basic blocks that are completely equal, and replaces all uses with just one of them.