Files
clang-p2996/llvm/lib/Transforms
Arnold Schwaighofer b1ac052ab0 [Coro] [async] Disable inlining in async coroutine splitting (#80904)
The call to the inlining utility does not update the call graph. Leading
to assertion failures when calling the call graph utility to update the
call graph.

Instead rely on an inline pass to run after coro splitting and use
alwaysinline annotations.

github.com/apple/swift/issues/68708
2024-02-07 13:44:22 -08:00
..
2024-01-16 17:22:06 +00:00