llvm-6502/test/Integer
Dan Gohman 683e922d29 Make LLVM Assembly dramatically easier to read by aligning the comments,
using formatted_raw_ostream's PadToColumn.

Before:

bb1:            ; preds = %bb
  %2 = sext i32 %i.01 to i64            ; <i64> [#uses=1]
  %3 = getelementptr double* %p, i64 %2         ; <double*> [#uses=1]
  %4 = load double* %3, align 8         ; <double> [#uses=1]
  %5 = fmul double %4, 1.100000e+00             ; <double> [#uses=1]
  %6 = sext i32 %i.01 to i64            ; <i64> [#uses=1]
  %7 = getelementptr double* %p, i64 %6         ; <double*> [#uses=1]

After:

bb1:                                        ; preds = %bb
  %2 = sext i32 %i.01 to i64                ; <i64> [#uses=1]
  %3 = getelementptr double* %p, i64 %2     ; <double*> [#uses=1]
  %4 = load double* %3, align 8             ; <double> [#uses=1]
  %5 = fmul double %4, 1.100000e+00         ; <double> [#uses=1]
  %6 = sext i32 %i.01 to i64                ; <i64> [#uses=1]
  %7 = getelementptr double* %p, i64 %6     ; <double*> [#uses=1]

Several tests required whitespace adjustments.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78816 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-12 17:23:50 +00:00
..
2007-01-19-TruncSext.ll
a7.ll
a7.ll.out Make LLVM Assembly dramatically easier to read by aligning the comments, 2009-08-12 17:23:50 +00:00
a9.ll
a9.ll.out Make LLVM Assembly dramatically easier to read by aligning the comments, 2009-08-12 17:23:50 +00:00
a15.ll
a15.ll.out Make LLVM Assembly dramatically easier to read by aligning the comments, 2009-08-12 17:23:50 +00:00
a17.ll
a17.ll.out Make LLVM Assembly dramatically easier to read by aligning the comments, 2009-08-12 17:23:50 +00:00
a31.ll
a31.ll.out Make LLVM Assembly dramatically easier to read by aligning the comments, 2009-08-12 17:23:50 +00:00
a33.ll
a33.ll.out Make LLVM Assembly dramatically easier to read by aligning the comments, 2009-08-12 17:23:50 +00:00
a63.ll
a63.ll.out Make LLVM Assembly dramatically easier to read by aligning the comments, 2009-08-12 17:23:50 +00:00
alignment_bt.ll
basictest_bt.ll
BitArith.ll
BitBit.ll
BitCast.ll
BitIcmp.ll
BitMem.ll
BitMisc.ll
BitPacked.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
instructions_bt.ll
newcasts_bt.ll
opaquetypes_bt.ll
packed_bt.ll
packed_struct_bt.ll
paramattrs_bt.ll
properties_bt.ll
prototype_bt.ll
recursivetype_bt.ll
simplecalltest_bt.ll
small_bt.ll
testalloca_bt.ll
testarith_bt.ll
testconstants_bt.ll
testicmp_bt.ll
testlogical_bt.ll
testlogical_new_bt.ll
testmemory_bt.ll
testswitch_bt.ll
testvarargs_bt.ll
undefined_bt.ll
unreachable_bt.ll
varargs_bt.ll
varargs_new_bt.ll