summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/DependenceAnalysis/SimpleSIVNoValidityCheck.ll
Commit message (Collapse)AuthorAgeFilesLines
* [NFC] Test commit accessBardia Mahjour2019-09-161-0/+1
| | | | llvm-svn: 372033
* [DA] Add an option to control delinearization validity checksWhitney Tsang2019-06-101-0/+237
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
OpenPOWER on IntegriCloud