diff options
author | Tobias Grosser <tobias@grosser.es> | 2016-08-05 08:27:24 +0000 |
---|---|---|
committer | Tobias Grosser <tobias@grosser.es> | 2016-08-05 08:27:24 +0000 |
commit | 928d7573ddace6e2bd0cd220d661c3e8cbae128e (patch) | |
tree | 7d00fb1176c922db1af223cddb2b5b530df3881a /clang/lib/Frontend/FrontendAction.cpp | |
parent | 870bf1788ca95986dacf4a1b56bbc2cf7127c230 (diff) | |
download | llvm-928d7573ddace6e2bd0cd220d661c3e8cbae128e.zip llvm-928d7573ddace6e2bd0cd220d661c3e8cbae128e.tar.gz llvm-928d7573ddace6e2bd0cd220d661c3e8cbae128e.tar.bz2 |
GPGPU: Sort dimension sizes of multi-dimensional shared memory arrays correctly
Before this commit we generated the array type in reverse order and we also
added the outermost dimension size to the new array declaration, which is
incorrect as Polly additionally assumed an additional unsized outermost
dimension, such that we had an off-by-one error in the linearization of access
expressions.
llvm-svn: 277802
Diffstat (limited to 'clang/lib/Frontend/FrontendAction.cpp')
0 files changed, 0 insertions, 0 deletions