[PATCH] [WinEH] Demote values live across exception handlers up front

Andy Kaylor andrew.kaylor at intel.com
Tue Apr 21 15:48:24 PDT 2015


I have one question, but I expect you have a good answer.

Looks good.


================
Comment at: lib/CodeGen/WinEHPrepare.cpp:417
@@ +416,3 @@
+                       << " with llvm.eh.endcatch\n");
+          BBI = BB->splitBasicBlock(&I);
+        }
----------------
Does this put the endcatch call in the split successor or leave it in the original block?

http://reviews.llvm.org/D9158

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list