diff options
author | Tobias Grosser <tobias@grosser.es> | 2015-09-10 21:32:29 +0000 |
---|---|---|
committer | Tobias Grosser <tobias@grosser.es> | 2015-09-10 21:32:29 +0000 |
commit | 34b11fc197fbb4d2a3349431b4984e239159b657 (patch) | |
tree | 161632b829d3fba7845a41a100cf893839f4bcbf | |
parent | 29dc0f70751bae17d0c35b05673fcfa1f225c855 (diff) | |
download | bcm5719-llvm-34b11fc197fbb4d2a3349431b4984e239159b657.tar.gz bcm5719-llvm-34b11fc197fbb4d2a3349431b4984e239159b657.zip |
XFAIL tests that require an additional LLVM patch to work
llvm-svn: 247338
-rw-r--r-- | polly/test/ScopInfo/BoundChecks/single-loop.ll | 4 | ||||
-rw-r--r-- | polly/test/ScopInfo/BoundChecks/two-loops.ll | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/polly/test/ScopInfo/BoundChecks/single-loop.ll b/polly/test/ScopInfo/BoundChecks/single-loop.ll index 3e4f55912b7..d7ca9348e44 100644 --- a/polly/test/ScopInfo/BoundChecks/single-loop.ll +++ b/polly/test/ScopInfo/BoundChecks/single-loop.ll @@ -1,6 +1,10 @@ ; RUN: opt %loadPolly -polly-detect-unprofitable -polly-scops -analyze < %s | FileCheck %s ; RUN: opt %loadPolly -polly-detect-unprofitable -polly-ast -analyze < %s | FileCheck %s --check-prefix=AST ; +; This only works after the post-dominator tree has been fixed. +; +; XFAIL: * +; ; void exception() __attribute__((noreturn)); ; ; void foo(long n, float A[100]) { diff --git a/polly/test/ScopInfo/BoundChecks/two-loops.ll b/polly/test/ScopInfo/BoundChecks/two-loops.ll index 3689d51dde6..18b135c6d9e 100644 --- a/polly/test/ScopInfo/BoundChecks/two-loops.ll +++ b/polly/test/ScopInfo/BoundChecks/two-loops.ll @@ -1,6 +1,9 @@ ; RUN: opt %loadPolly -polly-detect-unprofitable -polly-scops -analyze < %s | FileCheck %s ; RUN: opt %loadPolly -polly-detect-unprofitable -polly-ast -analyze < %s | FileCheck %s --check-prefix=AST ; +; This only works after the post-dominator tree has fixed. +; XFAIL: * +; ; void exception() __attribute__((noreturn)); ; ; void foo(long n, float A[100]) { |