llvm/lib/Transforms
David Majnemer 84ad430763 [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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@264344 91177308-0d34-0410-b5e6-96231b3b80d8
2016-03-24 21:40:22 +00:00
..
2016-01-26 21:29:08 +00:00
2016-03-23 01:38:35 +00:00
2016-03-23 18:31:55 +00:00