rust/compiler
Yuki Okushi 0a89d7bd7e
Rollup merge of #78771 - tmiasko:inline-consts, r=oli-obk
inliner: Copy unevaluated constants only after successful inlining

Inliner copies the unevaluated constants from the callee body to the
caller at the point where decision to inline is yet to be made. The
constants will be unnecessary if inlining were to fail.

Organize the code moving items from callee to the caller together in one
place to avoid the issue.
2020-11-07 01:02:24 +09:00
..
2020-10-30 10:13:39 -04:00
2020-10-29 16:51:46 +01:00
2020-10-30 10:13:39 -04:00
2020-10-30 10:13:41 -04:00
2020-11-05 10:22:08 +01:00
2020-11-05 10:23:39 +01:00
2020-11-05 20:11:29 +01:00
2020-11-05 20:11:29 +01:00
2020-11-05 10:22:08 +01:00