[PATCH] D23916: [Polly] Check validity of new access relations. NFC.
Michael Kruse via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 26 04:06:00 PDT 2016
Meinersbur added a comment.
The test `Isl/CodeGen/MemAccess/create_arrays.ll` fails this with the assertions:
Assertion failed: isl_space_dim(NewAccessSpace, isl_dim_set) == Dims && "Access dims must match array dims"
It creates an array with 3 dimensions ("E") but adds an access with only 2 indices ("E[i2, i0]").
https://reviews.llvm.org/D23916
More information about the llvm-commits
mailing list