[PATCH] D73998: [DA] renaming the -da-disable-delinearization-checks option
Michael Kruse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 24 15:42:17 PST 2020
Meinersbur added a comment.
In D73998#1890245 <https://reviews.llvm.org/D73998#1890245>, @bmahjour wrote:
> Regarding the suggested names: "-da-allow-unsafe-derived(-multidimensional)-subscripts", "-da-disable-derived(-multidimensional)-index-range-checks", and "-da-assume-nonoverlapping-of-heuristically-derived-multidimensional-array-structures". Is there anyone you prefer over the existing `-da-disable-delinearization-checks`? If not I can abandon this revision.
Not sure. If we count "derive multidim subscripts from GEP without inrange" as delinearization (GEP without inrange/inbounds is just syntactical sugar), then I think the current `-da-disable-delinearization-checks` is fine.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73998/new/
https://reviews.llvm.org/D73998
More information about the llvm-commits
mailing list