aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/LoopIndexSplit
AgeCommit message (Expand)Author
2008-03-24Add incoming value from header only if phi node has any use inside the loop.Devang Patel
2008-02-14If loop header is also loop exiting block then OrigPN is incoming value for B...Devang Patel
2008-02-13A loop latch phi node may have uses inside loop, not just in loop header.Devang Patel
2008-02-13While moving exit condition, do not drop loop latch on the floor.Devang Patel
2008-02-13Keep track of exit value operand number when operands are swapped.Devang Patel
2008-02-08Fix PR 1995.Devang Patel
2008-01-29Filter loops that subtract induction variables.Devang Patel
2007-12-03If ExitValue operand is also defined in Loop header thenDevang Patel
2007-09-25Handle multiple induction variables.Devang Patel
2007-09-25Add transformation to update loop interation space. Now,Devang Patel
2007-09-21Fix PR1692Devang Patel
2007-09-10Filter exit conditions which are not yet handled.Devang Patel
2007-08-25Constant split values needs upper bound and lower bound check, just like any ...Devang Patel
2007-08-25While calculating upper loop bound for first loop and lower loop bound for se...Devang Patel
2007-08-20Do not split loops rejected by processOneIterationLoop().Devang Patel
2007-08-17Add loop index split tests.Devang Patel