llvm-project/llvm/test/Analysis/DependenceAnalysis
Whitney Tsang 05bf5f9328 [DA] Add an option to control delinearization validity checks
Summary: Dependence Analysis performs static checks to confirm validity
of delinearization. These checks often fail for 64-bit targets due to
type conversions and integer wrapping that prevent simplification of the
SCEV expressions. These checks would also fail at compile-time if the
lower bound of the loops are compile-time unknown.
Author: bmahjour
Reviewer: Meinersbur, jdoerfert, kbarton, dmgreen, fhahn
Reviewed By: Meinersbur, jdoerfert, dmgreen
Subscribers: fhahn, hiraditya, javed.absar, llvm-commits, Whitney,
etiotto
Tag: LLVM
Differential Revision: https://reviews.llvm.org/D62610

llvm-svn: 362952
2019-06-10 15:29:07 +00:00
..
AA.ll [DA][NewPM] Add a printerpass and port the testsuite 2019-01-08 14:06:58 +00:00
Banerjee.ll [DA][NewPM] Add a printerpass and port the testsuite 2019-01-08 14:06:58 +00:00
BasePtrBug.ll [DA][NewPM] Add a printerpass and port the testsuite 2019-01-08 14:06:58 +00:00
Constraints.ll [DA][NewPM] Add a printerpass and port the testsuite 2019-01-08 14:06:58 +00:00
Coupled.ll [DA][NewPM] Add a printerpass and port the testsuite 2019-01-08 14:06:58 +00:00
DADelin.ll [DA][NewPM] Add a printerpass and port the testsuite 2019-01-08 14:06:58 +00:00
ExactRDIV.ll [DA][NewPM] Add a printerpass and port the testsuite 2019-01-08 14:06:58 +00:00
ExactSIV.ll [DA][NewPM] Add a printerpass and port the testsuite 2019-01-08 14:06:58 +00:00
GCD.ll [DA][NewPM] Add a printerpass and port the testsuite 2019-01-08 14:06:58 +00:00
Invariant.ll [DA][NewPM] Add a printerpass and port the testsuite 2019-01-08 14:06:58 +00:00
MIVCheckConst.ll [DA][NewPM] Add a printerpass and port the testsuite 2019-01-08 14:06:58 +00:00
NonAffineExpr.ll [DA][NewPM] Add a printerpass and port the testsuite 2019-01-08 14:06:58 +00:00
NonCanonicalizedSubscript.ll Remove irrelevant references to legacy git repositories from 2019-01-15 16:18:52 +00:00
PR21585.ll [DA][NewPM] Add a printerpass and port the testsuite 2019-01-08 14:06:58 +00:00
Preliminary.ll [DA][NewPM] Add a printerpass and port the testsuite 2019-01-08 14:06:58 +00:00
Propagating.ll [DA][NewPM] Add a printerpass and port the testsuite 2019-01-08 14:06:58 +00:00
Separability.ll [DA][NewPM] Add a printerpass and port the testsuite 2019-01-08 14:06:58 +00:00
SimpleSIVNoValidityCheck.ll [DA] Add an option to control delinearization validity checks 2019-06-10 15:29:07 +00:00
StrongSIV.ll [DA][NewPM] Add a printerpass and port the testsuite 2019-01-08 14:06:58 +00:00
SymbolicRDIV.ll [DA][NewPM] Add a printerpass and port the testsuite 2019-01-08 14:06:58 +00:00
SymbolicSIV.ll [DA][NewPM] Add a printerpass and port the testsuite 2019-01-08 14:06:58 +00:00
UsefulGEP.ll [DA][NewPM] Add a printerpass and port the testsuite 2019-01-08 14:06:58 +00:00
WeakCrossingSIV.ll [DA][NewPM] Add a printerpass and port the testsuite 2019-01-08 14:06:58 +00:00
WeakZeroDstSIV.ll [DA][NewPM] Add a printerpass and port the testsuite 2019-01-08 14:06:58 +00:00
WeakZeroSrcSIV.ll [DA][NewPM] Add a printerpass and port the testsuite 2019-01-08 14:06:58 +00:00
ZIV.ll [DA][NewPM] Add a printerpass and port the testsuite 2019-01-08 14:06:58 +00:00
new-pm-invalidation.ll [DA][NewPM] Handle transitive dependencies in the new-pm version of DA 2019-02-03 12:25:41 +00:00