[PATCH] D45872: [DA] Enable -da-delinearize by default

Tobias Grosser via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 20 06:37:31 PDT 2018


grosser added a comment.

We probably need to also add code that ensures that the arrays that result from delinearization remain within bounds. Without this code, the resulting checks are likely incorrect.


https://reviews.llvm.org/D45872





More information about the llvm-commits mailing list