[all-commits] [llvm/llvm-project] 7e19d5: [NFC] Emit builtin coroutine calls uniforally
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Thu Sep 1 01:40:48 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7e19d53da44942de9b373028828c276648a8f2a4
https://github.com/llvm/llvm-project/commit/7e19d53da44942de9b373028828c276648a8f2a4
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2022-09-01 (Thu, 01 Sep 2022)
Changed paths:
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/lib/CodeGen/CGCoroutine.cpp
Log Message:
-----------
[NFC] Emit builtin coroutine calls uniforally
All the coroutine builtins were emitted in EmitCoroutineIntrinsic except
__builtin_coro_size. This patch tries to emit all the corotine builtins
uniformally.
More information about the All-commits
mailing list