Do not split edges to EH landing pads. It will cause code size explosion.
authorEvan Cheng <evan.cheng@apple.com>
Thu, 5 Mar 2009 06:31:26 +0000 (06:31 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 5 Mar 2009 06:31:26 +0000 (06:31 +0000)
commit6fb8f421eef59c454dba3688aade34ca1401dff2
treea32115fb22b5fa3874ae758583db7a779cfb402e
parent0076c616e8abc2ecf36600a7ac20ec784420cdc4
Do not split edges to EH landing pads. It will cause code size explosion.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66140 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/CodeGenPrepare.cpp
test/CodeGen/X86/split-eh-lpad-edges.ll [new file with mode: 0644]