DAGCombine: fold (or (and X, M), (and X, N)) -> (and X, (or M, N))
[oota-llvm.git] / test / CodeGen / XCore / zextfree.ll
2013-10-11 Robert LyttonXCore target: add XCoreTargetLowering::isZExtFree()