DAGCombine: fold (or (and X, M), (and X, N)) -> (and X, (or M, N))
[oota-llvm.git] / test / CodeGen / R600 / ds_read2st64.ll
2015-01-06 Tom StellardR600/SI: Add a stub GCNTargetMachine
2014-11-13 Matt ArsenaultR600: Error on initializer for LDS.
2014-11-05 Tom StellardR600/SI: Change all instruction assembly names to lower...
2014-10-10 Matt ArsenaultR600/SI: Change how DS offsets are printed
2014-10-10 Matt ArsenaultR600/SI: Match read2/write2 stride 64 versions