R600: Reorganize lit tests and document how they should be organized
authorTom Stellard <thomas.stellard@amd.com>
Fri, 19 Apr 2013 02:10:53 +0000 (02:10 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Fri, 19 Apr 2013 02:10:53 +0000 (02:10 +0000)
commit3abd23bac565cdb10fe6dc17e4ee0640462b5660
treeaf6b21957c03401af45e850668c0a1578dddfe0e
parent9affd163611b90113406b8729cc591eaad4778fa
R600: Reorganize lit tests and document how they should be organized

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179828 91177308-0d34-0410-b5e6-96231b3b80d8
40 files changed:
test/CodeGen/R600/README [new file with mode: 0644]
test/CodeGen/R600/add.ll [new file with mode: 0644]
test/CodeGen/R600/add.v4i32.ll [deleted file]
test/CodeGen/R600/and.ll [new file with mode: 0644]
test/CodeGen/R600/and.v4i32.ll [deleted file]
test/CodeGen/R600/fadd.ll
test/CodeGen/R600/fadd.v4f32.ll [deleted file]
test/CodeGen/R600/fdiv.ll [new file with mode: 0644]
test/CodeGen/R600/fdiv.v4f32.ll [deleted file]
test/CodeGen/R600/fmul.ll
test/CodeGen/R600/fp_to_sint.ll [new file with mode: 0644]
test/CodeGen/R600/fp_to_uint.ll [new file with mode: 0644]
test/CodeGen/R600/fsub.ll
test/CodeGen/R600/fsub.v4f32.ll [deleted file]
test/CodeGen/R600/i8-to-double-to-float.ll [new file with mode: 0644]
test/CodeGen/R600/i8_to_double_to_float.ll [deleted file]
test/CodeGen/R600/jump-address.ll [new file with mode: 0644]
test/CodeGen/R600/jump_address.ll [deleted file]
test/CodeGen/R600/load.constant_addrspace.f32.ll [deleted file]
test/CodeGen/R600/load.i8.ll [deleted file]
test/CodeGen/R600/load.ll [new file with mode: 0644]
test/CodeGen/R600/loop-address.ll [new file with mode: 0644]
test/CodeGen/R600/loop-adress.ll [deleted file]
test/CodeGen/R600/selectcc-cnd.ll [new file with mode: 0644]
test/CodeGen/R600/selectcc-cnde-int.ll [new file with mode: 0644]
test/CodeGen/R600/selectcc_cnde.ll [deleted file]
test/CodeGen/R600/selectcc_cnde_int.ll [deleted file]
test/CodeGen/R600/setcc.ll [new file with mode: 0644]
test/CodeGen/R600/setcc.v4i32.ll [deleted file]
test/CodeGen/R600/sint_to_fp.ll [new file with mode: 0644]
test/CodeGen/R600/store.ll
test/CodeGen/R600/store.r600.ll [new file with mode: 0644]
test/CodeGen/R600/store.v4f32.ll [deleted file]
test/CodeGen/R600/store.v4i32.ll [deleted file]
test/CodeGen/R600/udiv.ll [new file with mode: 0644]
test/CodeGen/R600/udiv.v4i32.ll [deleted file]
test/CodeGen/R600/uint_to_fp.ll [new file with mode: 0644]
test/CodeGen/R600/urem.ll [new file with mode: 0644]
test/CodeGen/R600/urem.v4i32.ll [deleted file]
test/CodeGen/R600/vec4-expand.ll [deleted file]