forked from OSchip/llvm-project
[Polly] Add XFAIL to large-numbers-in-boundary-context.ll
After rL315683 (improve SCEV to calculate max BETakenCount when end bound of loop is variant and loop is of form {Start,+1, Stride} LT End) this test in polly started failing. However, as discussed in https://reviews.llvm.org/rL315683, this polly test is not a loops bound test and the MaxBECount calculated by SCEV looks correct. The max BECount is the value calculated even when the end bound of loop is invariant. As discussed with Tobias offline, I'm marking this as an XFAIL, until he gets a chance to update the testcase, so the build bot goes to green. llvm-svn: 315912
This commit is contained in:
parent
dfd8e2ffd1
commit
0026d91437
|
@ -1,4 +1,5 @@
|
|||
; RUN: opt %loadPolly -S -polly-codegen < %s | FileCheck %s
|
||||
; XFAIL: *
|
||||
;
|
||||
; The boundary context contains a constant that does not fit in 64 bits. Hence,
|
||||
; make sure we bail out. On certain systems, e.g. AOSP, no runtime support for
|
||||
|
|
Loading…
Reference in New Issue