[all-commits] [llvm/llvm-project] ba2eaa: [CIR] Upstream support for coroutine co_yield expr...
Andres-Salamanca via All-commits
all-commits at lists.llvm.org
Wed Jan 14 19:04:28 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ba2eaa9f61f0043d4aa442403cd09ebe75c3f5a6
https://github.com/llvm/llvm-project/commit/ba2eaa9f61f0043d4aa442403cd09ebe75c3f5a6
Author: Andres-Salamanca <andrealebarbaritos at gmail.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M clang/include/clang/CIR/MissingFeatures.h
M clang/lib/CIR/CodeGen/CIRGenCoroutine.cpp
M clang/lib/CIR/CodeGen/CIRGenExprScalar.cpp
M clang/lib/CIR/CodeGen/CIRGenFunction.h
M clang/test/CIR/CodeGen/coro-task.cpp
Log Message:
-----------
[CIR] Upstream support for coroutine co_yield expression (#173162)
This PR upstreams support for the co_yield expression by emitting a
cir.await op with the yield kind.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list