Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SCEV: Allow simple AddRec * Parameter products in delinearization | Tobias Grosser | 2015-10-12 | 1 | -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 |