| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-07-28 | bless mir opt tests | Nilstrieb | -85/+85 | |
| 2022-05-24 | Add dead store elimination pass | Jakob Degen | -0/+1 | |
| 2022-05-06 | bless mir-opt | Ralf Jung | -1/+1 | |
| 2022-04-11 | Fix tests broken by deaggregation change | Jakob Degen | -0/+3 | |
| 2022-02-22 | change `mir::Constant` in mir dumps | lcnr | -3/+0 | |
| 2021-05-17 | mir-opt bless for Size field being removed from Allocation | Ralf Jung | -2/+2 | |
| 2021-03-15 | bless tests | Erik Desjardins | -1/+0 | |
| 2020-12-06 | [mir-opt] Allow debuginfo to be generated for a constant or a Place | Wesley Wiser | -0/+115 | |
| Prior to this commit, debuginfo was always generated by mapping a name to a Place. This has the side-effect that `SimplifyLocals` cannot remove locals that are only used for debuginfo because their other uses have been const-propagated. To allow these locals to be removed, we now allow debuginfo to point to a constant value. The `ConstProp` pass detects when debuginfo points to a local with a known constant value and replaces it with the value. This allows the later `SimplifyLocals` pass to remove the local. | ||||
