[all-commits] [llvm/llvm-project] 7c9fb5: [NFC] [Coroutines] Add tests for coro-split-musttail
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Tue Dec 28 00:20:34 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7c9fb58cacd3527924e2c9bc8e529c073c8504f8
https://github.com/llvm/llvm-project/commit/7c9fb58cacd3527924e2c9bc8e529c073c8504f8
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2021-12-28 (Tue, 28 Dec 2021)
Changed paths:
A llvm/test/Transforms/Coroutines/coro-split-musttail6.ll
A llvm/test/Transforms/Coroutines/coro-split-musttail7.ll
Log Message:
-----------
[NFC] [Coroutines] Add tests for coro-split-musttail
Add two tests to address the problems during marking coro.resume
calls as musttail. The two problems are bitcast instruction and unused
instruciton respectively.
More information about the All-commits
mailing list