R600/SI: Update concat_vectors.ll to check for scratch usage
[oota-llvm.git] / test / CodeGen / R600 / cf-stack-bug.ll
index 7fa07b11eea3daf7022ba9bf8a2ef9d7ce424a91..c3a4612e6ac921d3f8fd69e55e10ca7a757d6bee 100644 (file)
@@ -8,6 +8,8 @@
 ; RUN: llc -march=r600 -mcpu=cypress -debug-only=r600cf %s -o - 2>&1 | FileCheck %s --check-prefix=NOBUG --check-prefix=FUNC
 ; RUN: llc -march=r600 -mcpu=cayman -debug-only=r600cf %s -o - 2>&1 | FileCheck %s --check-prefix=NOBUG --check-prefix=FUNC
 
+; REQUIRES: asserts
+
 ; We are currently allocating 2 extra sub-entries on Evergreen / NI for
 ; non-WQM push instructions if we change this to 1, then we will need to
 ; add one level of depth to each of these tests.