-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Description
| Metadata | |
|---|---|
| Point of contact | @Amanieu |
| Team(s) | compiler, lang, opsem, wg-mir-opt |
| Goal document | 2025h2/mir-move-elimination |
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).