[PATCH] D13450: [WinEH] Implement state numbering for CoreCLR

Joseph Tremoulet via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 5 14:12:30 PDT 2015


JosephTremoulet created this revision.
JosephTremoulet added reviewers: rnk, majnemer, andrew.w.kaylor.
JosephTremoulet added a subscriber: llvm-commits.

Assign one state number per handler/funclet, tracking parent state,
handler type, and catch type token.
State numbers are arranged such that ancestors have lower state numbers
than their descendants.

http://reviews.llvm.org/D13450

Files:
  include/llvm/CodeGen/WinEHFuncInfo.h
  lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
  lib/CodeGen/WinEHPrepare.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13450.36547.patch
Type: text/x-patch
Size: 6506 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151005/2c356499/attachment.bin>


More information about the llvm-commits mailing list