DAGCombine: fold (or (and X, M), (and X, N)) -> (and X, (or M, N))
[oota-llvm.git] / test / CodeGen / R600 / global-extload-i16.ll
2015-01-14 Matt ArsenaultR600/SI: Remove some redudant load testcases.
2015-01-14 Matt ArsenaultImplement new way of expanding extloads.