Files
rust/compiler/rustc_codegen_ssa/src/mir
Yuki Okushi 29892759f6 Rollup merge of #97077 - ouz-a:Optimize-backend, r=oli-obk
Simplify some code that depend on Deref

Now that we can assume #97025 works, it's safe to expect Deref is always in the first place of projections. With this, I was able to simplify some code that depended on Deref's place in projections. When we are able to move Derefer before `ElaborateDrops` successfully we will be able to optimize more places.

r? `@oli-obk`
2022-07-26 07:14:44 +09:00
..
2022-07-20 17:12:08 -04:00
2022-07-09 07:43:56 -04:00
2022-07-22 17:35:26 +03:00
2022-07-12 14:26:41 +03:00
2022-06-29 09:56:30 +00:00