1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

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.

llvm-svn: 281190
This commit is contained in:
NAKAMURA Takumi 2016-09-12 04:27:28 +00:00
parent 50071b93b0
commit 60e0afcb3c

View File

@ -1,4 +1,5 @@
; XFAIL: *
; REQUIRES: asserts
; RUN: llc -march=r600 -mcpu=cypress < %s | FileCheck %s
define void @inf_loop_irreducible_cfg() nounwind {