diff options
| author | bors <bors@rust-lang.org> | 2022-05-01 15:25:16 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-05-01 15:25:16 +0000 |
| commit | 6eda7642bd284d3d2bc6a1d57b68e2ef2b65e062 (patch) | |
| tree | 2a08991edf459c91e7499b3ae197a5dcc2b3297f /src/test/mir-opt/lower_array_len.array_bound.NormalizeArrayLen.diff | |
| parent | 508e0584e384556b7e66f57b62e4feeba864b6da (diff) | |
| parent | d9ddb6446dd2bc1591698754e5bd096a78b55595 (diff) | |
| download | rust-6eda7642bd284d3d2bc6a1d57b68e2ef2b65e062.tar.gz rust-6eda7642bd284d3d2bc6a1d57b68e2ef2b65e062.zip | |
Auto merge of #96549 - ouz-a:mir-opt, r=oli-obk
Move Derefer before Retag _Follow up work to #96116 #95857 #95649_ This moves `Derefer` before `Retag` and creates a new `LocalInfo` called `Temp` to avoid retagging created temp values. Zulip discussion [link](https://rust-lang.zulipchat.com/#narrow/stream/189540-t-compiler.2Fwg-mir-opt/topic/deref.20as.20first.20and.20only.20projection) r? `@oli-obk`
Diffstat (limited to 'src/test/mir-opt/lower_array_len.array_bound.NormalizeArrayLen.diff')
| -rw-r--r-- | src/test/mir-opt/lower_array_len.array_bound.NormalizeArrayLen.diff | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/test/mir-opt/lower_array_len.array_bound.NormalizeArrayLen.diff b/src/test/mir-opt/lower_array_len.array_bound.NormalizeArrayLen.diff index 2e034670186..d6c1c92cd91 100644 --- a/src/test/mir-opt/lower_array_len.array_bound.NormalizeArrayLen.diff +++ b/src/test/mir-opt/lower_array_len.array_bound.NormalizeArrayLen.diff @@ -64,9 +64,5 @@ StorageDead(_3); // scope 0 at $DIR/lower_array_len.rs:11:5: 11:6 return; // scope 0 at $DIR/lower_array_len.rs:12:2: 12:2 } - - bb6 (cleanup): { - resume; // scope 0 at $DIR/lower_array_len.rs:6:1: 12:2 - } } |
