[PATCH] D14308: [SimplifyCFG] Extend SimplifyResume to handle phi of trivial landing pad.

Chen Li via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 3 15:30:25 PST 2015


chenli created this revision.
chenli added reviewers: reames, majnemer.
chenli added a subscriber: llvm-commits.

This is a fix of D13718. D13718 was committed but then reverted because of the following bug:
https://llvm.org/bugs/show_bug.cgi?id=25299

This patch fixes the issue shown in the bug.

http://reviews.llvm.org/D14308

Files:
  lib/Transforms/Utils/SimplifyCFG.cpp
  test/Transforms/SimplifyCFG/bug-25299.ll
  test/Transforms/SimplifyCFG/invoke_unwind.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14308.39125.patch
Type: text/x-patch
Size: 6761 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151103/d9ba3252/attachment.bin>


More information about the llvm-commits mailing list