[PATCH] D73998: [DA] renaming the -da-disable-delinearization-checks option

Bardia Mahjour via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 4 14:41:56 PST 2020


bmahjour created this revision.
bmahjour added reviewers: sebpop, fhahn, Meinersbur, dmgreen, grosser, etiotto.
bmahjour added a project: LLVM.
Herald added a subscriber: hiraditya.
bmahjour added a parent revision: D72178: [DA] Delinearization of fixed-size multi-dimensional arrays.

In addition to controlling delinearization validity checks, the `-da-disable-delinearization-checks ` option is also used to controls whether fixed size array delinearization happens or not. This patch renames the option to make it more meaningful and transparent about the assumption it implies.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D73998

Files:
  llvm/lib/Analysis/DependenceAnalysis.cpp
  llvm/test/Analysis/DependenceAnalysis/Invariant.ll
  llvm/test/Analysis/DependenceAnalysis/NonCanonicalizedSubscript.ll
  llvm/test/Analysis/DependenceAnalysis/Preliminary.ll
  llvm/test/Analysis/DependenceAnalysis/Propagating.ll
  llvm/test/Analysis/DependenceAnalysis/Separability.ll
  llvm/test/Analysis/DependenceAnalysis/SimpleSIVNoValidityCheck.ll
  llvm/test/Analysis/DependenceAnalysis/SimpleSIVNoValidityCheckFixedSize.ll
  llvm/test/Transforms/LoopInterchange/currentLimitation.ll
  llvm/test/Transforms/LoopInterchange/loop-interchange-optimization-remarks.ll
  llvm/test/Transforms/LoopInterchange/profitability.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73998.242432.patch
Type: text/x-patch
Size: 9439 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200204/683929cc/attachment.bin>


More information about the llvm-commits mailing list