Go to file
Michael Kruse 07d5df4db8 Fix out-of-range access in test case
The function use_after_scop would iterate from 0 to 1024 and accessing element A[1024] where A has only valid indexes from 0 to 1023. Polly detects the situation of unconditionally undefined behavior and bail out in ScopInfo as non-feasible for optimization.

Other tests add impossible context assumptions as well, hance might show the same problem.

llvm-svn: 247412
2015-09-11 13:45:05 +00:00
clang This test requires UTF-8 output to print the UT-8 characters. 2015-09-11 13:29:12 +00:00
clang-tools-extra Another patch for modernize-loop-convert. 2015-09-11 10:02:07 +00:00
compiler-rt Unbreak building on FreeBSD. 2015-09-10 21:56:16 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Update mailing list reference. 2015-08-24 22:43:24 +00:00
libcxx Implementation of Boyer-Moore and Boyer-Moore-Horspool searchers for the LFTS. 2015-09-08 17:59:09 +00:00
libcxxabi Convert LIBCXXABI_BUILD_32_BITS to LLVM_BUILD_32_BITS. 2015-09-01 01:02:06 +00:00
libunwind unwind: cleanup -Wunused-parameter 2015-09-01 04:29:03 +00:00
lld Add more information to a comment. 2015-09-11 13:20:07 +00:00
lldb Demote TestAttachResume back to @expectedFailureFreeBSD 2015-09-11 13:43:07 +00:00
llgo [llgo] drop debug/DIBuilder.Declare 2015-09-01 11:52:37 +00:00
llvm Add #include llvm-config.h to Locale.cpp which depends on LLVM_ON_WIN32. 2015-09-11 13:22:47 +00:00
openmp [OMPT] Fix assertion that arises when waiting for proxy tasks on runtime shutdown 2015-09-10 21:33:50 +00:00
polly Fix out-of-range access in test case 2015-09-11 13:45:05 +00:00