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
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
a7.ll Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
a7.ll.out
a9.ll Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
a9.ll.out
a15.ll Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
a15.ll.out
a17.ll Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
a17.ll.out
a31.ll Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
a31.ll.out
a33.ll Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
a33.ll.out
a63.ll Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
a63.ll.out
alignment_bt.ll
basictest_bt.ll
BitArith.ll
BitBit.ll Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
BitCast.ll
BitIcmp.ll
BitMem.ll
BitMisc.ll
BitPacked.ll
calltest_bt.ll
cfgstructures_bt.ll
constexpr_bt.ll
constpointer_bt.ll
dg.exp
fold-fpcast_bt.ll
forwardreftest_bt.ll
globalredefinition_bt.ll
globalvars_bt.ll
indirectcall2_bt.ll
indirectcall_bt.ll For PR411: 2007-01-30 16:16:01 +00:00
instructions_bt.ll
newcasts_bt.ll
opaquetypes_bt.ll
packed_bt.ll
packed_struct_bt.ll
paramattrs_bt.ll For PR411: 2007-01-30 16:16:01 +00:00
properties_bt.ll
prototype_bt.ll
recursivetype_bt.ll For PR411: 2007-01-30 16:16:01 +00:00
simplecalltest_bt.ll
small_bt.ll
testalloca_bt.ll
testarith_bt.ll Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
testconstants_bt.ll
testicmp_bt.ll
testlogical_bt.ll
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
testswitch_bt.ll
testvarargs_bt.ll
undefined_bt.ll
unreachable_bt.ll
varargs_bt.ll
varargs_new_bt.ll