[llvm] [CodeGen] Port WinEHPrepare to new pass manager (PR #74233)

Heejin Ahn via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 8 20:36:14 PST 2024


================
@@ -51,27 +52,20 @@ static cl::opt<bool> DisableCleanups(
     cl::desc("Do not remove implausible terminators or other similar cleanups"),
     cl::init(false));
 
+// TODO: Remove this option when we fully migrate to new pass manager
----------------
aheejin wrote:

I see, thanks.

https://github.com/llvm/llvm-project/pull/74233


More information about the llvm-commits mailing list