[all-commits] [llvm/llvm-project] b6f306: [Coroutines] Store the index for final suspend poi...
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Tue Jun 20 03:38:30 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b6f30623af36b6858669775cbaa8521cccf042ba
https://github.com/llvm/llvm-project/commit/b6f30623af36b6858669775cbaa8521cccf042ba
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2023-06-20 (Tue, 20 Jun 2023)
Changed paths:
M llvm/lib/Transforms/Coroutines/CoroSplit.cpp
M llvm/test/Transforms/Coroutines/coro-split-final-suspend.ll
Log Message:
-----------
[Coroutines] Store the index for final suspend point in the exception path
Try to address part of
https://github.com/llvm/llvm-project/issues/61900.
It is not completely addressed since the original reproducer is not
fixed due to the final suspend point is optimized out in its special
case. But that is a relatively independent issue.
More information about the All-commits
mailing list