Skip to content

Commit 3c3bf74

Browse files
committed
XFAIL two test that fail VerifyDFSNumbers DominatorTree check
This test XFAILs two test that start to fail when verifying DT's DFS numbers, as per Tobias' suggestion. Related VerifyDFSNumbers patch: D38331. llvm-svn: 314800
1 parent 55114fd commit 3c3bf74

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

polly/test/Isl/CodeGen/OpenMP/reference-argument-from-non-affine-region.ll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
; XFAIL: *
2+
; This test fails the VerifyDFSNumbers DominatorTree check.
3+
14
; RUN: opt %loadPolly -polly-parallel \
25
; RUN: -polly-parallel-force -polly-codegen -S -verify-dom-info < %s \
36
; RUN: | FileCheck %s -check-prefix=IR

polly/test/Isl/CodeGen/OpenMP/two-parallel-loops-reference-outer-indvar.ll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
; XFAIL: *
2+
; This test fails the VerifyDFSNumbers DominatorTree check.
3+
14
; RUN: opt %loadPolly -polly-parallel -polly-parallel-force -polly-ast -analyze < %s | FileCheck %s -check-prefix=AST
25
; RUN: opt %loadPolly -polly-parallel -polly-parallel-force -polly-codegen -S -verify-dom-info < %s | FileCheck %s -check-prefix=IR
36

0 commit comments

Comments
 (0)