diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-09-12 04:27:28 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-09-12 04:27:28 +0000 |
commit | cf6aaa9e1a81cf39c15497b2360941a7ec7d2328 (patch) | |
tree | b804f5f6aa8114fdc3c6fc4b1648068909ff481d | |
parent | cb60a4305b469d8c99ff9fb6f0c393c43398d7d9 (diff) | |
download | bcm5719-llvm-cf6aaa9e1a81cf39c15497b2360941a7ec7d2328.tar.gz bcm5719-llvm-cf6aaa9e1a81cf39c15497b2360941a7ec7d2328.zip |
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
-rw-r--r-- | llvm/test/CodeGen/AMDGPU/infinite-loop-evergreen.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/infinite-loop-evergreen.ll b/llvm/test/CodeGen/AMDGPU/infinite-loop-evergreen.ll index f6e39b3d830..990f33518ab 100644 --- a/llvm/test/CodeGen/AMDGPU/infinite-loop-evergreen.ll +++ b/llvm/test/CodeGen/AMDGPU/infinite-loop-evergreen.ll @@ -1,4 +1,5 @@ ; XFAIL: * +; REQUIRES: asserts ; RUN: llc -march=r600 -mcpu=cypress < %s | FileCheck %s define void @inf_loop_irreducible_cfg() nounwind { |