test/CodeGen/R600: Add some basic tests v6
authorTom Stellard <thomas.stellard@amd.com>
Mon, 16 Jul 2012 14:17:19 +0000 (14:17 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Mon, 16 Jul 2012 14:17:19 +0000 (14:17 +0000)
commit2015236dfcd40f0b93e7d9f6dc4c380dc88bf3c0
tree2ca77afdd1529abf279b96bc81df8d18b8a625ec
parenta93c8a89c148a92a4234e0dcc76231b13bebc4e7
test/CodeGen/R600: Add some basic tests v6

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160273 91177308-0d34-0410-b5e6-96231b3b80d8
27 files changed:
test/CodeGen/R600/fadd.ll [new file with mode: 0644]
test/CodeGen/R600/fadd.ll.check [new file with mode: 0644]
test/CodeGen/R600/fmul.ll [new file with mode: 0644]
test/CodeGen/R600/fmul.ll.check [new file with mode: 0644]
test/CodeGen/R600/fsub.ll [new file with mode: 0644]
test/CodeGen/R600/fsub.ll.check [new file with mode: 0644]
test/CodeGen/R600/lit.local.cfg [new file with mode: 0644]
test/CodeGen/R600/llvm.AMDGPU.cos.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.AMDGPU.cos.ll.check [new file with mode: 0644]
test/CodeGen/R600/llvm.AMDGPU.floor.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.AMDGPU.floor.ll.check [new file with mode: 0644]
test/CodeGen/R600/llvm.AMDGPU.mul.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.AMDGPU.mul.ll.check [new file with mode: 0644]
test/CodeGen/R600/llvm.AMDGPU.pow.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.AMDGPU.pow.ll.check [new file with mode: 0644]
test/CodeGen/R600/llvm.AMDGPU.rcp.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.AMDGPU.rcp.ll.check [new file with mode: 0644]
test/CodeGen/R600/llvm.AMDGPU.sin.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.AMDGPU.sin.ll.check [new file with mode: 0644]
test/CodeGen/R600/llvm.AMDGPU.trunc.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.AMDGPU.trunc.ll.check [new file with mode: 0644]
test/CodeGen/R600/llvm.AMDIL.fabs..ll [new file with mode: 0644]
test/CodeGen/R600/llvm.AMDIL.fabs..ll.check [new file with mode: 0644]
test/CodeGen/R600/llvm.AMDIL.max..ll [new file with mode: 0644]
test/CodeGen/R600/llvm.AMDIL.max..ll.check [new file with mode: 0644]
test/CodeGen/R600/llvm.AMDIL.min..ll [new file with mode: 0644]
test/CodeGen/R600/llvm.AMDIL.min..ll.check [new file with mode: 0644]