diff options
author | Tobias Grosser <tobias@grosser.es> | 2016-09-11 13:30:12 +0000 |
---|---|---|
committer | Tobias Grosser <tobias@grosser.es> | 2016-09-11 13:30:12 +0000 |
commit | 02293ed75563c314d15553f82e252eb15dd13038 (patch) | |
tree | e376155a22c961730f909db3b46294a0011988dc /llvm/lib/CodeGen/MachineBasicBlock.cpp | |
parent | e73ef85c6f0924d97b56061e4d0208f1940408ce (diff) | |
download | llvm-02293ed75563c314d15553f82e252eb15dd13038.zip llvm-02293ed75563c314d15553f82e252eb15dd13038.tar.gz llvm-02293ed75563c314d15553f82e252eb15dd13038.tar.bz2 |
GPGPU: Do not fail in case of arrays never accessed
If these arrays have never been accessed we failed to derive an upper bound
of the accesses and consequently a size for the outermost dimension. We
now explicitly check for empty access sets and then just use zero as size
for the outermost dimension.
llvm-svn: 281165
Diffstat (limited to 'llvm/lib/CodeGen/MachineBasicBlock.cpp')
0 files changed, 0 insertions, 0 deletions