[llvm] r295591 - llvm/test/CodeGen/AMDGPU/r600.alu-limits.ll should require +Asserts. This would run into infinite loop anyways with -Asserts.

NAKAMURA Takumi via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 18 18:31:06 PST 2017


Author: chapuni
Date: Sat Feb 18 20:31:06 2017
New Revision: 295591

URL: http://llvm.org/viewvc/llvm-project?rev=295591&view=rev
Log:
llvm/test/CodeGen/AMDGPU/r600.alu-limits.ll should require +Asserts. This would run into infinite loop anyways with -Asserts.

Modified:
    llvm/trunk/test/CodeGen/AMDGPU/r600.alu-limits.ll

Modified: llvm/trunk/test/CodeGen/AMDGPU/r600.alu-limits.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/AMDGPU/r600.alu-limits.ll?rev=295591&r1=295590&r2=295591&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/AMDGPU/r600.alu-limits.ll (original)
+++ llvm/trunk/test/CodeGen/AMDGPU/r600.alu-limits.ll Sat Feb 18 20:31:06 2017
@@ -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:
 




More information about the llvm-commits mailing list