diff options
| author | Ralf Jung <post@ralfj.de> | 2023-02-16 10:54:28 +0100 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2023-02-16 10:54:28 +0100 |
| commit | 044aa87d7808f89c38a79d8c68d03249246bf9cb (patch) | |
| tree | 84aa26d240aff1e24fe4ea6b57439dc885e98f44 /tests/mir-opt/simplify_locals_fixedpoint.foo.SimplifyLocals-final.diff | |
| parent | f0ab39b60ef631da86a5069935fdc9ba2e5d0def (diff) | |
| parent | fd8947095678c61c5cbc70509e053621baca282d (diff) | |
Merge from rustc
Diffstat (limited to 'tests/mir-opt/simplify_locals_fixedpoint.foo.SimplifyLocals-final.diff')
| -rw-r--r-- | tests/mir-opt/simplify_locals_fixedpoint.foo.SimplifyLocals-final.diff | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/mir-opt/simplify_locals_fixedpoint.foo.SimplifyLocals-final.diff b/tests/mir-opt/simplify_locals_fixedpoint.foo.SimplifyLocals-final.diff index 9b7dd733820..f908e8dd0c1 100644 --- a/tests/mir-opt/simplify_locals_fixedpoint.foo.SimplifyLocals-final.diff +++ b/tests/mir-opt/simplify_locals_fixedpoint.foo.SimplifyLocals-final.diff @@ -34,15 +34,10 @@ } bb2: { - StorageLive(_6); // scope 1 at $DIR/simplify_locals_fixedpoint.rs:+1:18: +1:19 _6 = (((_1.0: std::option::Option<u8>) as Some).0: u8); // scope 1 at $DIR/simplify_locals_fixedpoint.rs:+1:18: +1:19 - StorageLive(_7); // scope 1 at $DIR/simplify_locals_fixedpoint.rs:+2:12: +2:20 -- StorageLive(_8); // scope 1 at $DIR/simplify_locals_fixedpoint.rs:+2:12: +2:13 -- _8 = _6; // scope 1 at $DIR/simplify_locals_fixedpoint.rs:+2:12: +2:13 -- _7 = Gt(move _8, const 42_u8); // scope 1 at $DIR/simplify_locals_fixedpoint.rs:+2:12: +2:20 -- StorageDead(_8); // scope 1 at $DIR/simplify_locals_fixedpoint.rs:+2:19: +2:20 +- _7 = Gt(_6, const 42_u8); // scope 1 at $DIR/simplify_locals_fixedpoint.rs:+2:12: +2:20 - StorageDead(_7); // scope 1 at $DIR/simplify_locals_fixedpoint.rs:+4:9: +4:10 - StorageDead(_6); // scope 0 at $DIR/simplify_locals_fixedpoint.rs:+5:5: +5:6 goto -> bb3; // scope 0 at $DIR/simplify_locals_fixedpoint.rs:+1:5: +5:6 } |
