rust/compiler/rustc_mir_transform/src
bors ac4379fea9 Auto merge of #108787 - cjgillot:sroa-lifetime, r=compiler-errors
Erase regions even when failing to normalize type in MIR opts

The first commit just moves the tests around.

Fixes https://github.com/rust-lang/rust/issues/108720

cc `@saethlin`
2023-03-06 08:31:28 +00:00
..
coverage Match unmatched backticks in comments in compiler/ 2023-03-03 08:39:00 +01:00
inline Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
abort_unwinding_calls.rs
add_call_guards.rs
add_moves_for_packed_drops.rs
add_retag.rs
check_const_item_mutation.rs Match unmatched backticks in comments in compiler/ 2023-03-03 08:39:00 +01:00
check_packed_ref.rs
check_unsafety.rs
cleanup_post_borrowck.rs
const_debuginfo.rs
const_goto.rs
const_prop_lint.rs Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
const_prop.rs Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
copy_prop.rs Rename many interner functions. 2023-02-24 07:32:24 +11:00
ctfe_limit.rs
dataflow_const_prop.rs Rollup merge of #108208 - cjgillot:flood-enum, r=oli-obk 2023-02-23 06:18:06 +01:00
dead_store_elimination.rs
deduce_param_attrs.rs
deduplicate_blocks.rs
deref_separator.rs
dest_prop.rs
dump_mir.rs
early_otherwise_branch.rs
elaborate_box_derefs.rs Rename many interner functions. 2023-02-24 07:32:24 +11:00
elaborate_drops.rs Desugars drop and replace at MIR build 2023-03-03 16:33:11 +01:00
ffi_unwind_calls.rs
function_item_references.rs
generator.rs drop_tracking_mir: avoid good path bug. 2023-03-05 08:29:35 +00:00
inline.rs Rename many interner functions. 2023-02-24 07:32:24 +11:00
instcombine.rs Unify all validity check intrinsics 2023-02-27 13:30:44 +00:00
large_enums.rs Rename many interner functions. 2023-02-24 07:32:24 +11:00
lib.rs Match unmatched backticks in comments in compiler/ 2023-03-03 08:39:00 +01:00
lower_intrinsics.rs Replace _with_overflow instrinsics in LowerIntrinsics. 2023-02-18 21:45:10 +00:00
lower_slice_len.rs Match unmatched backticks in comments in compiler/ 2023-03-03 08:39:00 +01:00
match_branches.rs
multiple_return_terminators.rs
normalize_array_len.rs
nrvo.rs
pass_manager.rs
remove_noop_landing_pads.rs
remove_storage_markers.rs
remove_uninit_drops.rs
remove_unneeded_drops.rs
remove_zsts.rs
required_consts.rs
reveal_all.rs
separate_const_switch.rs
shim.rs Rename many interner functions. 2023-02-24 07:32:24 +11:00
simplify_branches.rs
simplify_comparison_integral.rs
simplify.rs
sroa.rs Erase lifetimes in SROA. 2023-03-05 18:35:30 +00:00
ssa.rs
uninhabited_enum_branching.rs
unreachable_prop.rs