DAGCombine: fold (or (and X, M), (and X, N)) -> (and X, (or M, N))
[oota-llvm.git] / test / CodeGen / R600 / insert_subreg.ll
2015-01-06 Tom StellardR600/SI: Add a stub GCNTargetMachine
2014-10-09 Tom StellardR600/SI: Legalize INSERT_SUBREG instructions during...