https://bugs.llvm.org/show_bug.cgi?id=49920

            Bug ID: 49920
           Summary: Coroutine getting inlined causing CoroSplit to fail
           Product: new-bugs
           Version: trunk
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]

https://godbolt.org/z/ax3aM3r8d

AlwaysInliner runs before CoroEarly, at which point coroutine functions haven't
had the presplit attribute added yet. So coroutines still end up getting
inlined, violating some of the assumptions in CoroSplit.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to