From: NAKAMURA Takumi Date: Sun, 19 Feb 2017 02:31:06 +0000 (+0000) Subject: llvm/test/CodeGen/AMDGPU/r600.alu-limits.ll should require +Asserts. This would run... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7cca07f9d6a80f671e861ecd638f2b66dd91127f;p=llvm llvm/test/CodeGen/AMDGPU/r600.alu-limits.ll should require +Asserts. This would run into infinite loop anyways with -Asserts. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@295591 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/AMDGPU/r600.alu-limits.ll b/test/CodeGen/AMDGPU/r600.alu-limits.ll index 648fe0489a9..1f8a0e6588f 100644 --- a/test/CodeGen/AMDGPU/r600.alu-limits.ll +++ b/test/CodeGen/AMDGPU/r600.alu-limits.ll @@ -1,5 +1,6 @@ ; RUN: opt -loop-unroll -unroll-threshold=2000 -S < %s | llc -march=r600 -mcpu=cypress | FileCheck %s ; XFAIL: * +; REQUIRES: asserts ; CHECK: {{^}}@alu_limits: