aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/JumpThreading/landing-pad.ll
Commit message (Collapse)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-30/+30
| | | | Change-Id: I07d935f8793ee8ec6b7da003f6483046594bca49
* Don't eliminate a partially redundant load if it's in a landing pad.Bill Wendling2013-10-211-0/+203
A landing pad can be jumped to only by the unwind edge of an invoke instruction. If we eliminate a partially redundant load in a landing pad, it will create a basic block that violates this constraint. It then leads to other problems down the line if it tries to merge that basic block with the landing pad. Avoid this by not eliminating the load in a landing pad. PR17621 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193064 91177308-0d34-0410-b5e6-96231b3b80d8