Use movups to lower memcpy and memset even if it's not fast (like corei7).
[oota-llvm.git] / test / CodeGen / X86 / 2010-09-17-SideEffectsInChain.ll
2011-01-06 Evan ChengUse movups to lower memcpy and memset even if it's...
2010-09-20 Owen AndersonWhen TCO is turned on, it is possible to end up with...
2010-09-18 Owen AndersonInvert the logic of reachesChainWithoutSideEffects...