Skip to content

enable optimizations for coroutines #802

@andrewrk

Description

@andrewrk

Right now we set optnone noinline on coroutines because of https://bugs.llvm.org/show_bug.cgi?id=36578

We also don't do the coroutine allocation elision IR because of a bug I didn't file yet. (I implemented it and it crashed LLVM).

This issue is to do both of these optimizations.

Metadata

Metadata

Assignees

No one assigned

    Labels

    optimizationupstreamAn issue with a third party project that Zig uses.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions