rust/compiler/rustc_const_eval/src/transform
Tomasz Miąsko e4aeeca667 Reset qualifs when a storage of a local ends
to ensure that the local qualifs are affected by the state from previous
loop iterations only if the local is kept alive.

The change should be forward compatible with a stricter handling of
indirect assignments, since storage dead invalidates all existing
pointers to the local.
2021-10-23 09:26:22 +02:00
..
check_consts Reset qualifs when a storage of a local ends 2021-10-23 09:26:22 +02:00
mod.rs Rename rustc_mir to rustc_const_eval. 2021-09-07 20:46:26 +02:00
promote_consts.rs Do not promote values with const drop that need to be dropped 2021-10-18 21:56:57 +02:00
validate.rs Start block is not allowed to have basic block predecessors 2021-09-18 07:28:55 +02:00