OSDN Git Service

R600: Add failing control flow tests.
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Sat, 1 Mar 2014 21:45:41 +0000 (21:45 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Sat, 1 Mar 2014 21:45:41 +0000 (21:45 +0000)
commitc59a9f09fb43f6ef8673ced30b5e91b3d774bed3
tree16b6f54b533cc227c9cdbb2ff680c74dfd87c1bd
parent92b38a9d1c2c8dcd1055de5dc1458ec24baee4da
R600: Add failing control flow tests.

Simple cases hit a variety of problems at -O0.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202601 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/R600/basic-branch.ll [new file with mode: 0644]
test/CodeGen/R600/basic-loop.ll [new file with mode: 0644]
test/CodeGen/R600/infinite-loop-evergreen.ll [new file with mode: 0644]
test/CodeGen/R600/schedule-vs-if-nested-loop-failure.ll [new file with mode: 0644]
test/CodeGen/R600/unhandled-loop-condition-assertion.ll [new file with mode: 0644]