diff options
author | Marek Olsak <marek.olsak@amd.com> | 2015-01-27 17:27:15 +0000 |
---|---|---|
committer | Marek Olsak <marek.olsak@amd.com> | 2015-01-27 17:27:15 +0000 |
commit | 75170778ec52e1d9d4d3e704669e2620d2c5c101 (patch) | |
tree | dce8705b54b5ea701eb5680b0a62bf38e0194c2b /llvm/test/CodeGen/R600/unhandled-loop-condition-assertion.ll | |
parent | 794ff8392ea1831dd09681fd07e954387f7e17c1 (diff) | |
download | bcm5719-llvm-75170778ec52e1d9d4d3e704669e2620d2c5c101.tar.gz bcm5719-llvm-75170778ec52e1d9d4d3e704669e2620d2c5c101.zip |
R600/SI: Enable all tests that pass on VI without changes
llvm-svn: 227214
Diffstat (limited to 'llvm/test/CodeGen/R600/unhandled-loop-condition-assertion.ll')
-rw-r--r-- | llvm/test/CodeGen/R600/unhandled-loop-condition-assertion.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/R600/unhandled-loop-condition-assertion.ll b/llvm/test/CodeGen/R600/unhandled-loop-condition-assertion.ll index 9faeed6d656..c615f0b8491 100644 --- a/llvm/test/CodeGen/R600/unhandled-loop-condition-assertion.ll +++ b/llvm/test/CodeGen/R600/unhandled-loop-condition-assertion.ll @@ -1,6 +1,7 @@ ; REQUIRES: asserts ; XFAIL: * ; RUN: llc -O0 -verify-machineinstrs -asm-verbose=0 -march=amdgcn -mcpu=SI < %s | FileCheck -check-prefix=SI -check-prefix=COMMON %s +; RUN: llc -O0 -verify-machineinstrs -asm-verbose=0 -march=amdgcn -mcpu=tonga < %s | FileCheck -check-prefix=SI -check-prefix=COMMON %s ; RUN: llc -O0 -verify-machineinstrs -asm-verbose=0 -march=r600 -mcpu=redwood < %s | FileCheck -check-prefix=EG -check-prefix=COMMON %s ; SI hits an assertion at -O0, evergreen hits a not implemented unreachable. |