rust/compiler/rustc_mir_transform/src
bors 0fb1c371d4 Auto merge of #91279 - scottmcm:small-refactor, r=nagisa
Small mir-opt refactor

Hopefully-non-controversial changes from some not-ready-yet work that I'd figured I'd submit on their own.
2021-12-06 13:04:18 +00:00
..
coverage Update passes with new interface 2021-12-02 17:31:38 -08:00
inline
abort_unwinding_calls.rs Treat drop_in_place as nounwind with -Z panic-in-drop=abort 2021-09-10 14:18:15 +01:00
add_call_guards.rs
add_moves_for_packed_drops.rs Move the dataflow framework to its own crate. 2021-09-07 19:57:07 +02:00
add_retag.rs Update passes with new interface 2021-12-02 17:31:38 -08:00
check_const_item_mutation.rs Update passes with new interface 2021-12-02 17:31:38 -08:00
check_packed_ref.rs Update passes with new interface 2021-12-02 17:31:38 -08:00
check_unsafety.rs Add initial AST and MIR support for unwinding from inline assembly 2021-12-03 23:51:46 +01:00
cleanup_post_borrowck.rs
const_debuginfo.rs Update passes with new interface 2021-12-02 17:31:38 -08:00
const_goto.rs Auto merge of #91279 - scottmcm:small-refactor, r=nagisa 2021-12-06 13:04:18 +00:00
const_prop.rs Auto merge of #91475 - ecstatic-morse:mir-pass-manager3, r=oli-obk 2021-12-05 03:41:18 +00:00
deaggregator.rs
deduplicate_blocks.rs Update passes with new interface 2021-12-02 17:31:38 -08:00
dest_prop.rs Auto merge of #91475 - ecstatic-morse:mir-pass-manager3, r=oli-obk 2021-12-05 03:41:18 +00:00
dump_mir.rs Inline on_mir_pass and add inline to dump_mir 2021-10-14 15:26:59 -05:00
early_otherwise_branch.rs Update passes with new interface 2021-12-02 17:31:38 -08:00
elaborate_drops.rs Update passes with new interface 2021-12-02 17:31:38 -08:00
function_item_references.rs Update passes with new interface 2021-12-02 17:31:38 -08:00
generator.rs Update passes with new interface 2021-12-02 17:31:38 -08:00
inline.rs Auto merge of #91475 - ecstatic-morse:mir-pass-manager3, r=oli-obk 2021-12-05 03:41:18 +00:00
instcombine.rs Update passes with new interface 2021-12-02 17:31:38 -08:00
lib.rs Don't "simplify" during optimizations if optimizations are disabled 2021-12-02 17:31:38 -08:00
lower_intrinsics.rs Introduce NullOp::AlignOf 2021-09-13 00:08:35 +01:00
lower_slice_len.rs Update passes with new interface 2021-12-02 17:31:38 -08:00
marker.rs Add pass for simple phase change 2021-12-02 17:31:38 -08:00
match_branches.rs Update passes with new interface 2021-12-02 17:31:38 -08:00
multiple_return_terminators.rs Update passes with new interface 2021-12-02 17:31:38 -08:00
normalize_array_len.rs Update passes with new interface 2021-12-02 17:31:38 -08:00
nrvo.rs Update passes with new interface 2021-12-02 17:31:38 -08:00
pass_manager.rs Don't "simplify" during optimizations if optimizations are disabled 2021-12-02 17:31:38 -08:00
remove_false_edges.rs Separate RemoveFalseEdges from SimplifyBranches 2021-11-30 17:14:48 -08:00
remove_noop_landing_pads.rs Update passes with new interface 2021-12-02 17:31:38 -08:00
remove_storage_markers.rs Update passes with new interface 2021-12-02 17:31:38 -08:00
remove_uninit_drops.rs Add RemoveUninitDrops MIR pass 2021-11-30 17:25:30 -08:00
remove_unneeded_drops.rs Add rationale for RemoveUnneededDrops 2021-11-30 17:25:30 -08:00
remove_zsts.rs Update passes with new interface 2021-12-02 17:31:38 -08:00
required_consts.rs
reveal_all.rs Update passes with new interface 2021-12-02 17:31:38 -08:00
separate_const_switch.rs Update passes with new interface 2021-12-02 17:31:38 -08:00
shim.rs Skip shim passes if they've already been run 2021-12-02 17:31:38 -08:00
simplify.rs Update passes with new interface 2021-12-02 17:31:38 -08:00
simplify_branches.rs Auto merge of #91279 - scottmcm:small-refactor, r=nagisa 2021-12-06 13:04:18 +00:00
simplify_comparison_integral.rs Update passes with new interface 2021-12-02 17:31:38 -08:00
simplify_try.rs Disable SimplifyBranchSame optimization for now 2021-10-03 22:58:24 +02:00
uninhabited_enum_branching.rs Update passes with new interface 2021-12-02 17:31:38 -08:00
unreachable_prop.rs Update passes with new interface 2021-12-02 17:31:38 -08:00