Folding or(fcmp,fcmp) only works if the operands of the fcmps are the same fp type.
[oota-llvm.git] / test / Transforms / LoopIndexSplit /
2008-02-14 Devang PatelIf loop header is also loop exiting block then OrigPN...
2008-02-13 Devang PatelA loop latch phi node may have uses inside loop, not...
2008-02-13 Devang PatelWhile moving exit condition, do not drop loop latch...
2008-02-13 Devang PatelKeep track of exit value operand number when operands...
2008-02-08 Devang PatelFix PR 1995.
2008-01-29 Devang PatelFilter loops that subtract induction variables.
2007-12-03 Devang PatelIf ExitValue operand is also defined in Loop header...
2007-09-25 Devang PatelHandle multiple induction variables.
2007-09-25 Devang PatelAdd transformation to update loop interation space...
2007-09-21 Devang PatelFix PR1692
2007-09-10 Devang PatelFilter exit conditions which are not yet handled.
2007-08-25 Devang PatelConstant split values needs upper bound and lower bound...
2007-08-25 Devang PatelWhile calculating upper loop bound for first loop and...
2007-08-20 Devang PatelDo not split loops rejected by processOneIterationLoop().
2007-08-17 Devang PatelAdd loop index split tests.