[all-commits] [llvm/llvm-project] 21aa4d: [NFC] [Coroutines] Add a test for icmp use of coro...
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Mon Dec 27 01:30:38 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 21aa4d5d5ef947d824c50a22d15fb93d7df0b711
https://github.com/llvm/llvm-project/commit/21aa4d5d5ef947d824c50a22d15fb93d7df0b711
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2021-12-27 (Mon, 27 Dec 2021)
Changed paths:
A llvm/test/Transforms/Coroutines/coro-split-musttail4.ll
Log Message:
-----------
[NFC] [Coroutines] Add a test for icmp use of coro.suspend to prevent musttail call converting
Add a test to show the false negative optimization oppotunity to not convert a resume
call to musttail call. It should could be.
More information about the All-commits
mailing list