Summary
Add a MIR optimization which eliminates move operations. This will require changes to the MIR semantics of move to enable the optimization to cases where a value has had its address taken (LLVM already eliminates moves when this is not the case).
Tasks and status
Summary
Add a MIR optimization which eliminates move operations. This will require changes to the MIR semantics of
moveto enable the optimization to cases where a value has had its address taken (LLVM already eliminates moves when this is not the case).Tasks and status