[llvm] r281190 - llvm/test/CodeGen/AMDGPU/infinite-loop-evergreen.ll REQUIRES +Asserts.

NAKAMURA Takumi via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 11 21:27:29 PDT 2016


Author: chapuni
Date: Sun Sep 11 23:27:28 2016
New Revision: 281190

URL: http://llvm.org/viewvc/llvm-project?rev=281190&view=rev
Log:
llvm/test/CodeGen/AMDGPU/infinite-loop-evergreen.ll REQUIRES +Asserts.

This might not *crash* with -Asserts. I saw it caused infinite loop in the codegen.

Modified:
    llvm/trunk/test/CodeGen/AMDGPU/infinite-loop-evergreen.ll

Modified: llvm/trunk/test/CodeGen/AMDGPU/infinite-loop-evergreen.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/AMDGPU/infinite-loop-evergreen.ll?rev=281190&r1=281189&r2=281190&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/AMDGPU/infinite-loop-evergreen.ll (original)
+++ llvm/trunk/test/CodeGen/AMDGPU/infinite-loop-evergreen.ll Sun Sep 11 23:27:28 2016
@@ -1,4 +1,5 @@
 ; XFAIL: *
+; REQUIRES: asserts
 ; RUN: llc -march=r600 -mcpu=cypress < %s | FileCheck %s
 
 define void @inf_loop_irreducible_cfg() nounwind {




More information about the llvm-commits mailing list