aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2015-09-26 08:55:54 +0000
committerTobias Grosser <tobias@grosser.es>2015-09-26 08:55:54 +0000
commit99c70dd8d1f88071207e4e1a7abb107b00fe2c19 (patch)
treeac10ab467f16113f4f9ec65c8a25c44a0663f7c9 /clang/lib/CodeGen/CodeGenModule.cpp
parent19e1261043f747b482e423a6d9ddb6008dc8d2ea (diff)
downloadllvm-99c70dd8d1f88071207e4e1a7abb107b00fe2c19.zip
llvm-99c70dd8d1f88071207e4e1a7abb107b00fe2c19.tar.gz
llvm-99c70dd8d1f88071207e4e1a7abb107b00fe2c19.tar.bz2
Ensure memory accesses to the same array have identical dimensionality
When recovering multi-dimensional memory accesses, it may happen that different accesses to the same base array are recovered with different dimensionality. This patch ensures that the dimensionalities are unified by adding zero valued dimensions to acesses with lower dimensionality. When starting to model fixed-size arrays as multi-dimensional in 247906, this has not been taken care of. llvm-svn: 248662
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions