summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/combine_transmutes.integer_transmutes.InstSimplify.diff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-07 05:48:48 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-07 05:48:48 +0000
commitef24de24a82fe681581cc130f342363c47c0969a (patch)
tree0d494f7e1a38b95c92426f58fe6eaa877303a86c /tests/mir-opt/combine_transmutes.integer_transmutes.InstSimplify.diff
parentReleasing progress-linux version 1.74.1+dfsg1-1~progress7.99u1. (diff)
downloadrustc-ef24de24a82fe681581cc130f342363c47c0969a.tar.xz
rustc-ef24de24a82fe681581cc130f342363c47c0969a.zip
Merging upstream version 1.75.0+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/mir-opt/combine_transmutes.integer_transmutes.InstSimplify.diff')
-rw-r--r--tests/mir-opt/combine_transmutes.integer_transmutes.InstSimplify.diff24
1 files changed, 0 insertions, 24 deletions
diff --git a/tests/mir-opt/combine_transmutes.integer_transmutes.InstSimplify.diff b/tests/mir-opt/combine_transmutes.integer_transmutes.InstSimplify.diff
deleted file mode 100644
index 8eff802dd..000000000
--- a/tests/mir-opt/combine_transmutes.integer_transmutes.InstSimplify.diff
+++ /dev/null
@@ -1,24 +0,0 @@
-- // MIR for `integer_transmutes` before InstSimplify
-+ // MIR for `integer_transmutes` after InstSimplify
-
- fn integer_transmutes() -> () {
- let mut _0: ();
- let mut _1: u32;
- let mut _2: i64;
- let mut _3: i64;
- let mut _4: u32;
- let mut _5: usize;
-
- bb0: {
-- _1 = const 1_i32 as u32 (Transmute);
-+ _1 = const 1_i32 as u32 (IntToInt);
- _2 = const 1_i32 as i64 (Transmute);
-- _3 = const 1_u64 as i64 (Transmute);
-+ _3 = const 1_u64 as i64 (IntToInt);
- _4 = const 1_u64 as u32 (Transmute);
-- _5 = const 1_isize as usize (Transmute);
-+ _5 = const 1_isize as usize (IntToInt);
- return;
- }
- }
-