about summary refs log tree commit diff
path: root/tests/mir-opt/inline_coroutine_body.run2-{closure#0}.Inline.panic-unwind.diff
AgeCommit message (Expand)AuthorLines
2025-10-02mir-opt: Eliminate dead statements even if they are used by debuginfosdianqk-4/+0
2025-10-02mir-opt: Eliminate trivial unnecessary storage annotationsdianqk-11/+0
2025-10-02mir-opt: Eliminate dead ref statementsdianqk-3/+3
2025-09-16Do not renumber resume local.Camille Gillot-63/+59
2025-07-27Allow more MIR SROAScott McMurray-20/+16
2025-07-23Give an AllocId to ConstValue::Slice.Camille GILLOT-2/+7
2025-04-15Update tests.Mara Bos-3/+3
2025-04-04Allow GVN to produce places and not just locals.Camille GILLOT-2/+2
2025-03-12Allow more top-down inlining for single-BB calleesScott McMurray-58/+104
2024-08-18Bless *all* the mir-opt testsScott McMurray-5/+5
2024-04-18At debuginfo=0, don't inline debuginfo when inliningScott McMurray-8/+0
2024-04-03Remove MIR unsafe checkMatthew Jasper-14/+10
2024-03-25In `pretty_print_type()`, print `async fn` futures' paths instead of spans.Kevin Reid-31/+31
2024-03-22Fix validation on substituted callee bodies in MIR inlinerMichael Goulet-0/+341