| commit | 1689c2f54b133cca7dde3d336f12df758227ffbc | [log] [tgz] |
|---|---|---|
| author | Chen Li <meloli87@gmail.com> | Sun Jan 10 05:48:01 2016 +0000 |
| committer | Chen Li <meloli87@gmail.com> | Sun Jan 10 05:48:01 2016 +0000 |
| tree | 49b792d23277777612aeec8e444b49e2ecea3b57 | |
| parent | 2adaa98927a16a3612ea2f1dce8ee5faf509d998 [diff] |
[SimplifyCFG] Extend SimplifyResume to handle phi of trivial landing pad. Summary: 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. Reviewers: majnemer, reames Subscribers: jevinskie, llvm-commits Differential Revision: http://reviews.llvm.org/D14308 llvm-svn: 257277