LoopVectorize: Emit reductions as log2(vectorsize) shuffles + vector ops instead...
[oota-llvm.git] / test / Transforms / TailCallElim / 2010-06-26-MultipleReturnValues.ll
2010-07-13 Duncan SandsHandle the case of a tail recursion in which the tail...
2010-06-26 Duncan SandsFix PR7328: when turning a tail recursion into a loop...