llvm-6502/test/Integer
Reid Spencer 832254e1c2 Changes to support making the shift instructions be true BinaryOperators.
This feature is needed in order to support shifts of more than 255 bits
on large integer types.  This changes the syntax for llvm assembly to
make shl, ashr and lshr instructions look like a binary operator:
   shl i32 %X, 1
instead of
   shl i32 %X, i8 1
Additionally, this should help a few passes perform additional optimizations.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33776 91177308-0d34-0410-b5e6-96231b3b80d8
2007-02-02 02:16:23 +00:00
..
.cvsignore New test cases for bit accurate integers developed by Guoling Han. 2007-01-16 18:08:22 +00:00
2007-01-19-TruncSext.ll For PR411: 2007-01-30 16:16:01 +00:00
a1.ll Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
a1.ll.out For PR761: 2007-01-26 08:25:06 +00:00
a7.ll Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
a7.ll.out For PR761: 2007-01-26 08:25:06 +00:00
a9.ll Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
a9.ll.out For PR761: 2007-01-26 08:25:06 +00:00
a15.ll Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
a15.ll.out For PR761: 2007-01-26 08:25:06 +00:00
a17.ll Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
a17.ll.out For PR761: 2007-01-26 08:25:06 +00:00
a31.ll Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
a31.ll.out For PR761: 2007-01-26 08:25:06 +00:00
a33.ll Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
a33.ll.out For PR761: 2007-01-26 08:25:06 +00:00
a63.ll Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
a63.ll.out For PR761: 2007-01-26 08:25:06 +00:00
alignment_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
basictest_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
BitArith.ll For PR761: 2007-01-26 08:25:06 +00:00
BitBit.ll Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
BitCast.ll For PR761: 2007-01-26 08:25:06 +00:00
BitIcmp.ll For PR761: 2007-01-26 08:25:06 +00:00
BitMem.ll For PR761: 2007-01-26 08:25:06 +00:00
BitMisc.ll For PR761: 2007-01-26 08:25:06 +00:00
BitPacked.ll For PR761: 2007-01-26 08:25:06 +00:00
calltest_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
cfgstructures_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
constexpr_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
constpointer_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
dg.exp New test cases for bit accurate integers developed by Guoling Han. 2007-01-16 18:08:22 +00:00
fold-fpcast_bt.ll Cover non-byte-width BATs situation. 2007-01-19 14:30:59 +00:00
forwardreftest_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
globalredefinition_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
globalvars_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
indirectcall2_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
indirectcall_bt.ll For PR411: 2007-01-30 16:16:01 +00:00
instructions_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
newcasts_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
opaquetypes_bt.ll New test cases for bit accurate integers developed by Guoling Han. 2007-01-16 18:08:22 +00:00
packed_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
packed_struct_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
paramattrs_bt.ll For PR411: 2007-01-30 16:16:01 +00:00
properties_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
prototype_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
recursivetype_bt.ll For PR411: 2007-01-30 16:16:01 +00:00
simplecalltest_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
small_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
testalloca_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
testarith_bt.ll Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
testconstants_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
testicmp_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
testlogical_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
testlogical_new_bt.ll Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
testmemory_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
testswitch_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
testvarargs_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
undefined_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
unreachable_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
varargs_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
varargs_new_bt.ll For PR761: 2007-01-26 08:25:06 +00:00