Revert r233175 and r233183 with it. This pulls float2int back out of the tree, due...
[oota-llvm.git] / lib / Transforms / Scalar / StraightLineStrengthReduce.cpp
2015-03-26 Jingyue Wu[SLSR] handle candidate form &B[i * S]
2015-02-04 Aaron BallmanFixing a -Wsign-compare warning; NFC
2015-02-03 Jingyue WuAdd straight-line strength reduction to LLVM