summaryrefslogtreecommitdiffstats
path: root/polly/test/ScopInfo/mismatching-array-dimensions.ll
Commit message (Collapse)AuthorAgeFilesLines
* Migrate function attribute "no-frame-pointer-elim"="false" to ↵Fangrui Song2019-12-241-1/+1
| | | | "frame-pointer"="none" as cleanups after D56351
* ScopInfo: Bail out in case of mismatching array dimension sizesTobias Grosser2015-11-021-0/+55
In some cases different memory accesses access the very same array using a different multi-dimensional array layout where the same dimensions have different sizes. Instead of asserting when encountering this issue, we gracefully bail out for this scop. This fixes llvm.org/PR25252 llvm-svn: 251791
OpenPOWER on IntegriCloud