[all-commits] [llvm/llvm-project] 405bf9: [NFC] [Pipelines] Hoist CoroCleanup as Module Pass
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Thu May 5 00:19:10 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 405bf90235615332bc2f59ebc5561f942cfd3b11
https://github.com/llvm/llvm-project/commit/405bf90235615332bc2f59ebc5561f942cfd3b11
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2022-05-05 (Thu, 05 May 2022)
Changed paths:
M llvm/include/llvm/Transforms/Coroutines/CoroCleanup.h
M llvm/lib/Passes/PassBuilderPipelines.cpp
M llvm/lib/Passes/PassRegistry.def
M llvm/lib/Transforms/Coroutines/CoroCleanup.cpp
M llvm/test/Transforms/Coroutines/smoketest.ll
Log Message:
-----------
[NFC] [Pipelines] Hoist CoroCleanup as Module Pass
This is similar to previous patch https://reviews.llvm.org/D123925. It
could also reduce the time we call declaresCoroCleanupIntrinsics. And it
is helpful for further changes.
Reviewed By: aeubanks
Differential Revision: https://reviews.llvm.org/D124362
More information about the All-commits
mailing list