[PATCH] D15325: [WinEH] Update CoreCLR EH state numbering

Joseph Tremoulet via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 17 13:44:06 PST 2015


JosephTremoulet updated the summary for this revision.
JosephTremoulet updated this revision to Diff 43178.
JosephTremoulet added a comment.

- Rebase on top of funclet bundle changes
- Extend to handle missing cases; rework as a top-down pass and then a bottom-up pass instead of using the IsToplevel/getEHPred scheme
- Split ClrEHUnwindMapEntry's `Parent` field into `HandlerParentState` and `TryParentState`; update comments and naming to keep the distinction clear
- Expand lit test to cover several of the corner cases


http://reviews.llvm.org/D15325

Files:
  include/llvm/CodeGen/WinEHFuncInfo.h
  lib/CodeGen/AsmPrinter/WinException.cpp
  lib/CodeGen/WinEHPrepare.cpp
  test/CodeGen/X86/wineh-coreclr.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15325.43178.patch
Type: text/x-patch
Size: 51115 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151217/dc666966/attachment-0001.bin>


More information about the llvm-commits mailing list