| commit | a53b5bbb184d02c6a8fa1fca8a5bafb2cf16195f | [log] [tgz] |
|---|---|---|
| author | David Majnemer <david.majnemer@gmail.com> | Wed Feb 03 21:30:34 2016 +0000 |
| committer | David Majnemer <david.majnemer@gmail.com> | Wed Feb 03 21:30:34 2016 +0000 |
| tree | 2fbe01d560aba8930559e60e897cfe3dbeba32e7 | |
| parent | fa8681e45245be394a62fb1efae38f44d1884959 [diff] |
[LoopStrengthReduce] Don't rewrite PHIs with incoming values from CatchSwitches Bail out if we have a PHI on an EHPad that gets a value from a CatchSwitchInst. Because the CatchSwitchInst cannot be split, there is no good place to stick any instructions. This fixes PR26373. llvm-svn: 259702