Go to file
Michael Kruse 772ce72000 Check validity of new access relations. NFC.
There are some constraints on maps that can be access relations. In builds with assertions enabled, verify

  - The access domain is the same space as the statement's domain (modulo parameters).
  - Whether an access is defined for every instance of the statement. (codegen does not yet support partial access relations)
  - Whether the access range links to an array, represented by a ScopArrayInfo.
  - The number of access dimensions equals the dimensions of the array.
  - The array is not an indirect access. (also not supported by codegen)

Differential Revision: https://reviews.llvm.org/D23916

llvm-svn: 280404
2016-09-01 19:16:58 +00:00
clang [CMake] Properly connecting Compiler-RT check and test-depends 2016-09-01 18:28:49 +00:00
clang-tools-extra [include-fixer] Fix an undefined variable exception in vim script when there is 2016-09-01 12:17:28 +00:00
compiler-rt Revert "Copy over most of the scariness_score test to the general tests" 2016-09-01 18:40:12 +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 configure.py: Add polaris10 and polaris11 2016-08-30 18:00:41 +00:00
libcxx [CMake] Don't copy headers on fully standalone 2016-09-01 18:46:53 +00:00
libcxxabi libc++abi: fix some -Wunused-function warnings 2016-08-31 20:29:05 +00:00
libunwind consistently add \n to log and trace messages 2016-08-30 15:38:10 +00:00
lld Add missing REQUIRES. 2016-09-01 14:59:11 +00:00
lldb When updating a ValueObjectRegister, set the flag to remind yourself of whether it changed 2016-09-01 18:31:40 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm [InstCombine] add tests to show potential shuffle+insert folds 2016-09-01 19:14:19 +00:00
openmp Appease older gcc compilers for the many-microtask-args.c test 2016-08-30 19:28:58 +00:00
parallel-libs [StreamExecutor] Dev handles in platform interface 2016-09-01 18:48:21 +00:00
polly Check validity of new access relations. NFC. 2016-09-01 19:16:58 +00:00