[PATCH] D125293: [Coroutines] Run EarlyCSE for changed functions in CoroCleanup (3/3)

Chuanqi Xu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 10 01:16:26 PDT 2022


ChuanqiXu updated this revision to Diff 428307.
ChuanqiXu added a comment.

Run optimization pass in CoroCleanup conditionally.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125293/new/

https://reviews.llvm.org/D125293

Files:
  llvm/include/llvm/Transforms/Coroutines/CoroCleanup.h
  llvm/lib/Passes/PassBuilder.cpp
  llvm/lib/Passes/PassBuilderPipelines.cpp
  llvm/lib/Passes/PassRegistry.def
  llvm/lib/Transforms/Coroutines/CoroCleanup.cpp
  llvm/test/Transforms/Coroutines/coro-async.ll
  llvm/test/Transforms/Coroutines/coro-debug-frame-variable.ll
  llvm/test/Transforms/Coroutines/coro-readnone-06.ll
  llvm/test/Transforms/Coroutines/coro-readnone-07.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125293.428307.patch
Type: text/x-patch
Size: 8741 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220510/a9292b34/attachment.bin>


More information about the llvm-commits mailing list