Skip to content

Commit

Permalink
[NewGVN] Require asserts for crashing tests.
Browse files Browse the repository at this point in the history
Without asserts, it might take a long time for the tests to crash.
Only run them with assert builds.
  • Loading branch information
fhahn committed Jul 29, 2020
1 parent 5d6cd61 commit 2aa2c40
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions llvm/test/Transforms/NewGVN/todo-pr35074-phi-of-ops.ll
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
; REQUIRES: asserts

; RUN: opt -newgvn -S %s | FileCheck %s

XFAIL: *
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
; REQUIRES: asserts

; RUN: opt -newgvn -S %s | FileCheck %s

; XFAIL: *
Expand Down
2 changes: 2 additions & 0 deletions llvm/test/Transforms/NewGVN/todo-pr42422-phi-of-ops.ll
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
; REQUIRES: asserts

; RUN: opt -newgvn -S %s | FileChecks %s

; XFAIL: *
Expand Down

0 comments on commit 2aa2c40

Please sign in to comment.