| commit | e09d035dad21efbcd98b3f8c58af75709cc034e5 | [log] [tgz] |
|---|---|---|
| author | David Majnemer <david.majnemer@gmail.com> | Thu Mar 24 21:40:22 2016 +0000 |
| committer | David Majnemer <david.majnemer@gmail.com> | Thu Mar 24 21:40:22 2016 +0000 |
| tree | 55b2c4a3b8a7c5e30f6d24e7450e00051f50b5ca | |
| parent | 3cf9ff12c51e1a446f019c001472f30024583fda [diff] |
[LoopStrengthReduce] Don't hoist into a catchswitch We try to hoist the insertion point as high as possible to encourage sharing. However, we must be careful not to hoist into a catchswitch as it is both an EHPad and a terminator. llvm-svn: 264344