summaryrefslogtreecommitdiffstats
path: root/src/test/mir-opt/if_condition_int.opt_char.SimplifyComparisonIntegral.diff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 12:02:58 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 12:02:58 +0000
commit698f8c2f01ea549d77d7dc3338a12e04c11057b9 (patch)
tree173a775858bd501c378080a10dca74132f05bc50 /src/test/mir-opt/if_condition_int.opt_char.SimplifyComparisonIntegral.diff
parentInitial commit. (diff)
downloadrustc-698f8c2f01ea549d77d7dc3338a12e04c11057b9.tar.xz
rustc-698f8c2f01ea549d77d7dc3338a12e04c11057b9.zip
Adding upstream version 1.64.0+dfsg1.upstream/1.64.0+dfsg1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/test/mir-opt/if_condition_int.opt_char.SimplifyComparisonIntegral.diff')
-rw-r--r--src/test/mir-opt/if_condition_int.opt_char.SimplifyComparisonIntegral.diff39
1 files changed, 39 insertions, 0 deletions
diff --git a/src/test/mir-opt/if_condition_int.opt_char.SimplifyComparisonIntegral.diff b/src/test/mir-opt/if_condition_int.opt_char.SimplifyComparisonIntegral.diff
new file mode 100644
index 000000000..9b64c379f
--- /dev/null
+++ b/src/test/mir-opt/if_condition_int.opt_char.SimplifyComparisonIntegral.diff
@@ -0,0 +1,39 @@
+- // MIR for `opt_char` before SimplifyComparisonIntegral
++ // MIR for `opt_char` after SimplifyComparisonIntegral
+
+ fn opt_char(_1: char) -> u32 {
+ debug x => _1; // in scope 0 at $DIR/if-condition-int.rs:+0:13: +0:14
+ let mut _0: u32; // return place in scope 0 at $DIR/if-condition-int.rs:+0:25: +0:28
+ let mut _2: bool; // in scope 0 at $DIR/if-condition-int.rs:+1:8: +1:16
+ let mut _3: char; // in scope 0 at $DIR/if-condition-int.rs:+1:8: +1:9
+
+ bb0: {
+ StorageLive(_2); // scope 0 at $DIR/if-condition-int.rs:+1:8: +1:16
+ StorageLive(_3); // scope 0 at $DIR/if-condition-int.rs:+1:8: +1:9
+ _3 = _1; // scope 0 at $DIR/if-condition-int.rs:+1:8: +1:9
+- _2 = Eq(move _3, const 'x'); // scope 0 at $DIR/if-condition-int.rs:+1:8: +1:16
+- StorageDead(_3); // scope 0 at $DIR/if-condition-int.rs:+1:15: +1:16
+- switchInt(move _2) -> [false: bb2, otherwise: bb1]; // scope 0 at $DIR/if-condition-int.rs:+1:8: +1:16
++ nop; // scope 0 at $DIR/if-condition-int.rs:+1:8: +1:16
++ nop; // scope 0 at $DIR/if-condition-int.rs:+1:15: +1:16
++ switchInt(move _3) -> ['x': bb1, otherwise: bb2]; // scope 0 at $DIR/if-condition-int.rs:+1:8: +1:16
+ }
+
+ bb1: {
++ StorageDead(_3); // scope 0 at $DIR/if-condition-int.rs:+1:8: +1:16
+ _0 = const 0_u32; // scope 0 at $DIR/if-condition-int.rs:+1:19: +1:20
+ goto -> bb3; // scope 0 at $DIR/if-condition-int.rs:+1:5: +1:33
+ }
+
+ bb2: {
++ StorageDead(_3); // scope 0 at $DIR/if-condition-int.rs:+1:8: +1:16
+ _0 = const 1_u32; // scope 0 at $DIR/if-condition-int.rs:+1:30: +1:31
+ goto -> bb3; // scope 0 at $DIR/if-condition-int.rs:+1:5: +1:33
+ }
+
+ bb3: {
+ StorageDead(_2); // scope 0 at $DIR/if-condition-int.rs:+1:32: +1:33
+ return; // scope 0 at $DIR/if-condition-int.rs:+2:2: +2:2
+ }
+ }
+