Fix PR26051: Memcpy optimization should introduce a call to memcpy before the store...
[oota-llvm.git] / test / Transforms / MemCpyOpt / fca2memcpy.ll
2016-01-06 Mehdi AminiFix PR26051: Memcpy optimization should introduce a...
2016-01-06 Amaury SechetPromote aggregate store to memset when possible
2016-01-06 Amaury SechetImprove load/store to memcpy for aggregate
2016-01-05 Amaury SechetImplement load to store => memcpy in MemCpyOpt for...