summary refs log tree commit diff
path: root/compiler/rustc_mir/src/transform/deduplicate_blocks.rs
AgeCommit message (Expand)AuthorLines
2021-03-18Remove unwrap_none/expect_none from compiler/.Mara Bos-1/+1
2021-03-05Bump all mir_opt_level 3 to 4Santiago Pastorino-1/+1
2021-03-05Extract mir_opt_level to a method and use Option to be able to know if the va...Santiago Pastorino-1/+1
2021-02-21New pass to deduplicate blocksSimon Vandel Sillesen-0/+193