[PATCH] D15846: [WinEH] Simplify unreachable catchpads

Joseph Tremoulet via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 4 13:28:28 PST 2016


JosephTremoulet updated this revision to Diff 43916.
JosephTremoulet marked an inline comment as done.
JosephTremoulet added a comment.

- Expand test to cover all pred opcodes
- Fix handling for cleanupret preds (need to rewrite to unwind-to-caller, not replace with unreachable)


http://reviews.llvm.org/D15846

Files:
  include/llvm/IR/Instructions.h
  lib/IR/Instructions.cpp
  lib/Transforms/Utils/SimplifyCFG.cpp
  test/Transforms/SimplifyCFG/empty-catchpad.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15846.43916.patch
Type: text/x-patch
Size: 9692 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160104/25b1b8eb/attachment.bin>


More information about the llvm-commits mailing list