diff options
author | Chuanqi Xu <yedeng.yd@linux.alibaba.com> | 2022-04-21 17:35:56 +0800 |
---|---|---|
committer | Chuanqi Xu <yedeng.yd@linux.alibaba.com> | 2022-05-05 15:13:27 +0800 |
commit | 7d40f562e79b799a57799514693d0a73aab5d7f6 (patch) | |
tree | a3955ed4bf97bdfd4293e1441c2e1eb3560d4d4a /clang/lib/Frontend/CreateInvocationFromCommandLine.cpp | |
parent | 6c10014f1de6bf5533a7fb51dc21790cd5f16d28 (diff) | |
download | llvm-7d40f562e79b799a57799514693d0a73aab5d7f6.zip llvm-7d40f562e79b799a57799514693d0a73aab5d7f6.tar.gz llvm-7d40f562e79b799a57799514693d0a73aab5d7f6.tar.bz2 |
[Pipelines] Hoist CoroCleanup to avoid blocking optimizations
CoroCleanup is designed to lowering all the remaining coroutine
intrinsics. It is required to run after CoroSplit only. However, the
position of CoroCleanup now is far too late. The downside here is that
the unlowered coroutine instrincs might blocking other optimizations
too. So it should be a pure win to hoist the position of CoroCleanup.
Reviewed By: aeubanks
Differential Revision: https://reviews.llvm.org/D124360
Diffstat (limited to 'clang/lib/Frontend/CreateInvocationFromCommandLine.cpp')
0 files changed, 0 insertions, 0 deletions