DAGCombine: fold (or (and X, M), (and X, N)) -> (and X, (or M, N))
[oota-llvm.git] / test / CodeGen / XCore / memcpy.ll
2014-02-27 Richard Osborne[XCore] Target optimized library function __memcpy_4()