llvm-6502/test/CodeGen
Dan Gohman c4c550c758 When optimizing for size, don't tail-merge unless it's likely to be a
code-size win, and not when it's only likely to be code-size neutral,
such as when only a single instruction would be eliminated and a new
branch would be required.

This fixes rdar://7392894.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@88692 91177308-0d34-0410-b5e6-96231b3b80d8
2009-11-13 21:02:15 +00:00
..
Alpha
ARM Fix PR5410: LiveVariables lost subreg def: 2009-11-13 20:36:40 +00:00
Blackfin
CBackend
CellSPU Revert the main portion of r31856. It was causing BranchFolding 2009-10-22 00:03:58 +00:00
CPP fix PR5295 where the .ll parser didn't reject a function after a global 2009-10-25 23:22:50 +00:00
Generic Fix PR5421 by APInt'izing switch lowering. 2009-11-07 07:50:34 +00:00
Mips
MSP430 Add and-not (bic) patterns. Based heavily on patch by Brian Lucas! 2009-11-08 15:33:12 +00:00
PIC16
PowerPC Adjust isConstantSplat to allow for big-endian targets. 2009-11-13 01:45:18 +00:00
SPARC
SystemZ
Thumb Refactor code. Fix a potential missing check. Teach isIdentical() about tLDRpci_pic. 2009-11-07 04:04:34 +00:00
Thumb2 Clean up testcase a bit. Simplify case blocks and adjust switch instruction to not take an undefined value as input. 2009-11-12 17:19:09 +00:00
X86 When optimizing for size, don't tail-merge unless it's likely to be a 2009-11-13 21:02:15 +00:00
XCore