llvm-6502/test/CodeGen
Pete Cooper 1870668beb Don't rewrite jumps to empty BBs to landing pads.
In the test case here, the 'unreachable' BB was removed by BranchFolding because its empty.

It then rewrote the jump from 'entry' to jump to its fallthrough, which was a landing pad.

This results in 'entry' jumping to 2 different landing pads, which fails the machine verifier.

rdar://problem/20750162

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236248 91177308-0d34-0410-b5e6-96231b3b80d8
2015-04-30 18:58:23 +00:00
..
AArch64 IR: Give 'DI' prefix to debug info metadata 2015-04-29 16:38:44 +00:00
ARM [ARM] Do not generate invalid encoding for stack adjust, even if this is just 2015-04-30 18:52:49 +00:00
BPF
CPP
Generic XFAIL test/CodeGen/Generic/MachineBranchProb.ll on Hexagon (PR23377) 2015-04-30 01:59:04 +00:00
Hexagon IR: Give 'DI' prefix to debug info metadata 2015-04-29 16:38:44 +00:00
Inputs IR: Give 'DI' prefix to debug info metadata 2015-04-29 16:38:44 +00:00
Mips [mips][msa] Rename main check prefix to 'ALL' in basic operations tests. NFC 2015-04-30 09:57:37 +00:00
MSP430
NVPTX [NVPTX] Handle addrspacecast constant expressions in aggregate initializers 2015-04-28 17:18:30 +00:00
PowerPC IR: Give 'DI' prefix to debug info metadata 2015-04-29 16:38:44 +00:00
R600 Reinstate revisions r234755, r234759, r234760 2015-04-30 17:15:56 +00:00
SPARC
SystemZ
Thumb IR: Give 'DI' prefix to debug info metadata 2015-04-29 16:38:44 +00:00
Thumb2 Thumb2: When applying branch optimizations, visit branches in reverse order. 2015-04-23 20:31:35 +00:00
WinEH Flip r236172 testcase RUN option ordering for BSD sed(1). NFC. 2015-04-30 00:07:34 +00:00
X86 Don't rewrite jumps to empty BBs to landing pads. 2015-04-30 18:58:23 +00:00
XCore IR: Give 'DI' prefix to debug info metadata 2015-04-29 16:38:44 +00:00