summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/Delinearization/parameter_addrec_product.ll
Commit message (Collapse)AuthorAgeFilesLines
* SCEV: Allow simple AddRec * Parameter products in delinearizationTobias Grosser2015-10-121-0/+56
This patch also allows the -delinearize pass to delinearize expressions that do not have an outermost SCEVAddRec expression. The SCEV::delinearize infrastructure allowed this since r240952, but the -delinearize pass was not updated yet. llvm-svn: 250018
OpenPOWER on IntegriCloud