1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00
llvm-mirror/test/Integer
Dan Gohman 9f80d2be6b 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.

llvm-svn: 78816
2009-08-12 17:23:50 +00:00
..
2007-01-19-TruncSext.ll Don't try to interpret a fictitious file. 2007-04-14 17:41:12 +00:00
a7.ll Remove test cases that produce undefined results. 2007-02-27 02:34:02 +00:00
a7.ll.out Make LLVM Assembly dramatically easier to read by aligning the comments, 2009-08-12 17:23:50 +00:00
a9.ll Remove test cases that produce undefined results. 2007-02-27 02:34:02 +00:00
a9.ll.out Make LLVM Assembly dramatically easier to read by aligning the comments, 2009-08-12 17:23:50 +00:00
a15.ll Fix incorrect test cases for srem. The definition of srem is a remainder so 2007-03-24 21:55:26 +00:00
a15.ll.out Make LLVM Assembly dramatically easier to read by aligning the comments, 2009-08-12 17:23:50 +00:00
a17.ll Fix incorrect test cases for srem. The definition of srem is a remainder so 2007-03-24 21:55:26 +00:00
a17.ll.out Make LLVM Assembly dramatically easier to read by aligning the comments, 2009-08-12 17:23:50 +00:00
a31.ll Fix incorrect test cases for srem. The definition of srem is a remainder so 2007-03-24 21:55:26 +00:00
a31.ll.out Make LLVM Assembly dramatically easier to read by aligning the comments, 2009-08-12 17:23:50 +00:00
a33.ll Fix incorrect test cases for srem. The definition of srem is a remainder so 2007-03-24 21:55:26 +00:00
a33.ll.out Make LLVM Assembly dramatically easier to read by aligning the comments, 2009-08-12 17:23:50 +00:00
a63.ll Remove test cases that produce undefined results. 2007-02-27 02:34:02 +00:00
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 alignment of 0 is not valid. 2009-01-05 08:14:35 +00:00
basictest_bt.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
BitArith.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
BitBit.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
BitCast.ll Change all floating constants that are not exactly 2007-09-05 17:50:36 +00:00
BitIcmp.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
BitMem.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
BitMisc.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
BitPacked.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
cfgstructures_bt.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
constexpr_bt.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
constpointer_bt.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
dg.exp sabre brings to my attention that the 'tr' suffix is also obsolete 2008-05-20 21:00:03 +00:00
fold-fpcast_bt.ll Change all floating constants that are not exactly 2007-09-05 17:50:36 +00:00
forwardreftest_bt.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
globalredefinition_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
globalvars_bt.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
indirectcall2_bt.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
indirectcall_bt.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +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 Reimplement the old and horrible bison parser for .ll files with a nice 2009-01-02 07:01:27 +00:00
packed_bt.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
packed_struct_bt.ll Fix some escaping and quoting in RUN lines, mainly involving { and <. In two 2008-06-10 16:04:47 +00:00
paramattrs_bt.ll Fix PR1146: parameter attributes are longer part of 2007-11-27 13:23:08 +00:00
properties_bt.ll For PR761: 2007-01-26 08:25:06 +00:00
prototype_bt.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
recursivetype_bt.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
simplecalltest_bt.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
small_bt.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
testalloca_bt.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
testarith_bt.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
testconstants_bt.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
testicmp_bt.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
testlogical_bt.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
testlogical_new_bt.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
testmemory_bt.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
testswitch_bt.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
testvarargs_bt.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
undefined_bt.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
unreachable_bt.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
varargs_bt.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
varargs_new_bt.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00