diff options
Diffstat (limited to 'llvm/test/CodeGen/R600/large-alloca.ll')
-rw-r--r-- | llvm/test/CodeGen/R600/large-alloca.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/R600/large-alloca.ll b/llvm/test/CodeGen/R600/large-alloca.ll index 0a5e592ae89..788816cf723 100644 --- a/llvm/test/CodeGen/R600/large-alloca.ll +++ b/llvm/test/CodeGen/R600/large-alloca.ll @@ -1,6 +1,7 @@ ; XFAIL: * ; REQUIRES: asserts ; RUN: llc -march=amdgcn -mcpu=SI < %s +; RUN: llc -march=amdgcn -mcpu=tonga < %s define void @large_alloca(i32 addrspace(1)* %out, i32 %x, i32 %y) nounwind { %large = alloca [8192 x i32], align 4 |