llvm-project/llvm/test/CodeGen/WinEH
Joseph Tremoulet 71e5676de4 [WinEH] Update catchrets with cloned successors
Summary:
Add a pass to update catchrets when their successors get cloned; the
existing pass doesn't catch these because it walks the funclet whose
blocks are being cloned but the catchret is in a child funclet.

Also update the test for removing incoming PHI values; when the
predecessor is a catchret, the relevant color is the catchret's parentPad,
not its block's color.


Reviewers: andrew.w.kaylor, rnk, majnemer

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D15840

llvm-svn: 256689
2016-01-02 15:22:36 +00:00
..
lit.local.cfg
wineh-cloning.ll [WinEH] Update catchrets with cloned successors 2016-01-02 15:22:36 +00:00
wineh-demotion.ll [WinEH] Use operand bundles to describe call sites 2015-12-15 21:27:27 +00:00
wineh-intrinsics-invalid.ll [WinEH] Add llvm.eh.exceptionpointer intrinsic 2015-09-03 09:15:32 +00:00
wineh-intrinsics.ll [IR] Reformulate LLVM's EH funclet IR 2015-12-12 05:38:55 +00:00
wineh-no-demotion.ll [WinEH] Use operand bundles to describe call sites 2015-12-15 21:27:27 +00:00
wineh-statenumbering-cleanups.ll [IR] Reformulate LLVM's EH funclet IR 2015-12-12 05:38:55 +00:00
wineh-statenumbering.ll [WinEH] Don't visit the same catchswitch twice 2015-12-23 03:59:04 +00:00