[llvm] [WinEH] Track changes in WinEHPrepare pass (PR #134121)

Heejin Ahn via llvm-commits llvm-commits at lists.llvm.org
Thu May 29 02:49:36 PDT 2025


================
@@ -1137,6 +1151,8 @@ void WinEHPrepareImpl::removeImplausibleInstructions(Function &F) {
                          CB->isInlineAsm()))
           continue;
 
+        Changed = true;
----------------
aheejin wrote:

Is this true when `if (isa<InvokeInst>(CB))` is not satisfied?

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


More information about the llvm-commits mailing list