Skip to content

Commit

Permalink
llvm/test/CodeGen/AMDGPU/r600.alu-limits.ll should require +Asserts. …
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
chapuni committed Feb 19, 2017
1 parent 9981ab3 commit 7cca07f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/CodeGen/AMDGPU/r600.alu-limits.ll
Original file line number Diff line number Diff line change
@@ -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:

Expand Down

0 comments on commit 7cca07f

Please sign in to comment.