llvm-6502/test/CodeGen
Dale Johannesen e5ff9ef195 Disallow matching "i" constraint to symbol addresses when
address requires a register or secondary load to compute
(most PIC modes).  This improves "g" constraint handling.  8015842.

The test from 2007 is attempting to test the fix for PR1761,
but since -relocation-model=static doesn't work on Darwin
x86-64, it was not testing what it was supposed to be testing
and was passing erroneously.  Fixed to use Linux x86-64.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106779 91177308-0d34-0410-b5e6-96231b3b80d8
2010-06-24 20:14:51 +00:00
..
Alpha
ARM Replace a big gob of old coalescer logic with the new CoalescerPair class. 2010-06-24 18:15:01 +00:00
Blackfin
CBackend
CellSPU
CPP
Generic Move v-binop-widen tests to X86 since they don't work on all platforms 2010-06-22 19:40:50 +00:00
MBlaze
Mips
MSP430
PIC16
PowerPC Eliminate the other half of the BRCOND optimization, and update 2010-06-24 15:24:03 +00:00
SPARC
SystemZ
Thumb
Thumb2 PR7458: Try commuting Thumb2 instruction operands to put them into 2-address 2010-06-24 16:50:20 +00:00
X86 Disallow matching "i" constraint to symbol addresses when 2010-06-24 20:14:51 +00:00
XCore