[PATCH] D45872: [DA] Enable -da-delinearize by default
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 20 04:16:23 PDT 2018
dmgreen created this revision.
dmgreen added reviewers: hfinkel, sebpop, SjoerdMeijer, fhahn.
We already use this flag for the tests we run. Enabling it by
default can help increase the power of DA for multi dimensional
array accesses.
https://reviews.llvm.org/D45872
Files:
lib/Analysis/DependenceAnalysis.cpp
test/Analysis/Delinearization/multidim_two_accesses_different_delinearization.ll
test/Analysis/DependenceAnalysis/Banerjee.ll
test/Analysis/DependenceAnalysis/Coupled.ll
test/Analysis/DependenceAnalysis/ExactSIV.ll
test/Analysis/DependenceAnalysis/GCD.ll
test/Analysis/DependenceAnalysis/Invariant.ll
test/Analysis/DependenceAnalysis/NonAffineExpr.ll
test/Analysis/DependenceAnalysis/NonCanonicalizedSubscript.ll
test/Analysis/DependenceAnalysis/Preliminary.ll
test/Analysis/DependenceAnalysis/Propagating.ll
test/Analysis/DependenceAnalysis/Separability.ll
test/Analysis/DependenceAnalysis/StrongSIV.ll
test/Analysis/DependenceAnalysis/SymbolicSIV.ll
test/Transforms/LoopInterchange/interchange-insts-between-indvar.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45872.143285.patch
Type: text/x-patch
Size: 8625 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180420/6f42e7ee/attachment.bin>
More information about the llvm-commits
mailing list