summaryrefslogtreecommitdiffstats
path: root/polly/test/Isl/CodeGen/scev-division-invariant-load.ll
Commit message (Collapse)AuthorAgeFilesLines
* [FIX] Look through div & srem instructions in SCEVsJohannes Doerfert2016-04-081-0/+51
The findValues() function did not look through div & srem instructions that were part of the argument SCEV. However, in different other places we already look through it. This mismatch caused us to preload values in the wrong order. llvm-svn: 265775
OpenPOWER on IntegriCloud