This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 400b266d8fd [X86][AVX] Reduce v4f64/v4i64 shuffle costs (PR37882) new 6f9eeb289a7 [DA] Enable -da-delinearize by default
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Analysis/DependenceAnalysis.h | 6 + lib/Analysis/DependenceAnalysis.cpp | 63 ++- ...tidim_two_accesses_different_delinearization.ll | 2 +- test/Analysis/DependenceAnalysis/Banerjee.ll | 3 +- test/Analysis/DependenceAnalysis/Coupled.ll | 3 +- test/Analysis/DependenceAnalysis/DADelin.ll | 556 +++++++++++++++++++++ test/Analysis/DependenceAnalysis/ExactSIV.ll | 3 +- test/Analysis/DependenceAnalysis/GCD.ll | 17 +- test/Analysis/DependenceAnalysis/Invariant.ll | 2 +- test/Analysis/DependenceAnalysis/NonAffineExpr.ll | 2 +- .../NonCanonicalizedSubscript.ll | 2 +- test/Analysis/DependenceAnalysis/Preliminary.ll | 3 +- test/Analysis/DependenceAnalysis/Propagating.ll | 3 +- test/Analysis/DependenceAnalysis/Separability.ll | 3 +- test/Analysis/DependenceAnalysis/StrongSIV.ll | 3 +- test/Analysis/DependenceAnalysis/SymbolicSIV.ll | 7 +- .../interchange-insts-between-indvar.ll | 2 +- 17 files changed, 639 insertions(+), 41 deletions(-) create mode 100644 test/Analysis/DependenceAnalysis/DADelin.ll