summaryrefslogtreecommitdiff
path: root/test/Transforms/LoopInterchange
AgeCommit message (Expand)Author
2017-10-21[LoopInterchange] Fix phi node ordering miscompile.David Green
2017-08-25[LoopInterchange] Skip zext instructions when looking for induction var.Florian Hahn
2017-07-31[LoopInterchange] Do not interchange loops with function calls.Florian Hahn
2017-07-18[LoopInterchange] Split up interchange.ll test case (NFC).Florian Hahn
2017-07-15[LoopInterchange] Add some optimization remarks.Florian Hahn
2016-09-21[LoopInterchange] Track all dependencies, not just anti dependencies.Chad Rosier
2015-04-23Add support to interchange loops with reductions.Karthik Bhat
2015-04-16[opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie
2015-03-06Add a new pass "Loop Interchange"Karthik Bhat