DAGCombine: fold (or (and X, M), (and X, N)) -> (and X, (or M, N))
[oota-llvm.git] / test / CodeGen / R600 / fmax3.ll
2015-01-06 Tom StellardR600/SI: Add a stub GCNTargetMachine
2014-11-14 Matt ArsenaultR600/SI: Combine min3/max3 instructions