Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
state:open label:"coroutines"
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
llvm
/
llvm-project
Public
Notifications
You must be signed in to change notification settings
Fork
15.3k
Star
35.7k
Code
Issues
5k+
Pull requests
5k+
Actions
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security
Insights
Issues
Search Issues
state
:
open
label
:
"coroutines"
state:open label:"coroutines"
Search
Labels
Milestones
New issue
Search results
Open
Closed
[CoroEarly] Infer presplitcoroutine attribute for Switch-Resumed ABI
clang:codegen
IR generation bugs: mangling, exceptions, etc.
IR generation bugs: mangling, exceptions, etc.
coroutines
C++20 coroutines
C++20 coroutines
llvm:transforms
Status: Draft (not ready).
llvm/llvm-project
number 169866
#169866
In llvm/llvm-project;
·
NewSigma
opened
on Nov 28, 2025
[InferAlignment] Enhance alignment propagation for and(ptrtoint, const) pattern.
backend:AMDGPU
backend:PowerPC
backend:RISC-V
backend:SystemZ
clang
Clang issues not falling into any other category
Clang issues not falling into any other category
coroutines
C++20 coroutines
C++20 coroutines
llvm:analysis
Includes value tracking, cost tables and constant folding
Includes value tracking, cost tables and constant folding
llvm:globalisel
llvm:instcombine
Covers the InstCombine, InstSimplify and AggressiveInstCombine passes
Covers the InstCombine, InstSimplify and AggressiveInstCombine passes
llvm:transforms
Status: Open (in progress).
llvm/llvm-project
number 166935
#166935
In llvm/llvm-project;
·
egorshamshura
opened
on Nov 7, 2025
NRVO for coroutines
clang
Clang issues not falling into any other category
Clang issues not falling into any other category
coroutines
C++20 coroutines
C++20 coroutines
extension:clang
Status: Open.
#164560
In llvm/llvm-project;
·
kelbon
opened
on Oct 22, 2025
Wrong code generated with -fextend-variable-liveness and coroutines
coroutines
C++20 coroutines
C++20 coroutines
Status: Open.
#163007
In llvm/llvm-project;
·
avikivity
opened
on Oct 11, 2025
[WIP][NFC] Start to hide details of DIExpression
coroutines
C++20 coroutines
C++20 coroutines
debuginfo
llvm:codegen
llvm:ir
llvm:SelectionDAG
SelectionDAGISel as well
SelectionDAGISel as well
llvm:transforms
Status: Open (in progress).
llvm/llvm-project
number 161716
#161716
In llvm/llvm-project;
·
slinder1
opened
on Oct 2, 2025
[tsan] deadlock detector for custom coroutines?
compiler-rt:tsan
Thread sanitizer
Thread sanitizer
coroutines
C++20 coroutines
C++20 coroutines
Status: Open.
#161397
In llvm/llvm-project;
·
segoon
opened
on Sep 30, 2025
[clang] Assertion `F.isPresplitCoroutine() && "The frontend uses Switch-Resumed ABI should emit " "\"presplitcoroutine\" attribute for the coroutine."' failed.
coroutines
C++20 coroutines
C++20 coroutines
crash
Prefer [crash-on-valid] or [crash-on-invalid]
Prefer [crash-on-valid] or [crash-on-invalid]
Status: Open.
Bug
#161078
In llvm/llvm-project;
·
k-arrows
opened
on Sep 28, 2025
crashes with assertion failure when running opt -passes=coro-elide
coroutines
C++20 coroutines
C++20 coroutines
crash
Prefer [crash-on-valid] or [crash-on-invalid]
Prefer [crash-on-valid] or [crash-on-invalid]
Status: Open.
Bug
#157233
In llvm/llvm-project;
·
k-arrows
opened
on Sep 6, 2025
crashes with assertion failure when running opt -passes=coro-early
coroutines
C++20 coroutines
C++20 coroutines
crash
Prefer [crash-on-valid] or [crash-on-invalid]
Prefer [crash-on-valid] or [crash-on-invalid]
Status: Open.
Bug
#156652
In llvm/llvm-project;
·
k-arrows
opened
on Sep 3, 2025
catch exception in coroutine on windows produces segfault
coroutines
C++20 coroutines
C++20 coroutines
platform:windows
Status: Open.
#153949
In llvm/llvm-project;
·
kelbon
opened
on Aug 16, 2025
Elide suspension points via [[clang::coro_await_suspend_destroy]]
clang
Clang issues not falling into any other category
Clang issues not falling into any other category
clang:codegen
IR generation bugs: mangling, exceptions, etc.
IR generation bugs: mangling, exceptions, etc.
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
Language frontend issues, e.g. anything involving "Sema"
coroutines
C++20 coroutines
C++20 coroutines
libc++
libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.
libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.
Status: Open (in progress).
llvm/llvm-project
number 152623
#152623
In llvm/llvm-project;
·
snarkmaster
opened
on Aug 8, 2025
[clang][CodeGen] Promote point of GRO(CWG2563)
clang
Clang issues not falling into any other category
Clang issues not falling into any other category
clang:codegen
IR generation bugs: mangling, exceptions, etc.
IR generation bugs: mangling, exceptions, etc.
coroutines
C++20 coroutines
C++20 coroutines
Status: Open (in progress).
llvm/llvm-project
number 151067
#151067
In llvm/llvm-project;
·
NewSigma
opened
on Jul 29, 2025
You can’t perform that action at this time.