[PATCH] D105877: [Coroutines] Run coroutine passes by default

Xun Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 13 08:49:58 PDT 2021


lxfind added inline comments.


================
Comment at: llvm/lib/Transforms/Utils/InlineFunction.cpp:2194
+  // caused by multithreaded coroutines
+  if ((InsertLifetime || Caller->isPresplitCoroutine()) &&
+      !IFI.StaticAllocas.empty()) {
----------------
What's the context of this change? Doesn't seem to be related to this diff?


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

https://reviews.llvm.org/D105877



More information about the llvm-commits mailing list