[PATCH] D123918: [Pipelines] Remove Legacy Passes in Coroutines

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 18 01:08:16 PDT 2022


nikic added inline comments.


================
Comment at: llvm/tools/opt/opt.cpp:374
 
-  if (Coroutines)
-    addCoroutinePassesToExtensionPoints(Builder);
----------------
You can also drop the option now. It is only meaningful with legacy PM, as coroutines are always enabled with new PM.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123918



More information about the llvm-commits mailing list