DAGCombine: fold (or (and X, M), (and X, N)) -> (and X, (or M, N))
[oota-llvm.git] / test / CodeGen / R600 / sgpr-control-flow.ll
2015-01-06 Tom StellardR600/SI: Add a stub GCNTargetMachine
2014-12-03 Matt ArsenaultR600/SI: Remove i1 pseudo VALU ops
2014-11-05 Tom StellardR600/SI: Change all instruction assembly names to lower...
2014-10-01 Tom StellardR600: Call EmitFunctionHeader() in the AsmPrinter to...
2014-09-24 Tom StellardR600/SI: Enable selecting SALU inside branches
2014-04-29 Tom StellardR600/SI: Only select SALU instructions in the entry...