summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/combine-urem.ll
Commit message (Expand)AuthorAgeFilesLines
* [SelectionDAG] Recognise splat vector isKnownToBeAPowerOfTwo one/sign bit shi...Simon Pilgrim2017-04-251-0/+93
* [DAGCombiner] Try to use SelectionDAG::isKnownToBeAPowerOfTwo instead of just...Simon Pilgrim2016-12-141-90/+13
* [X86][SSE] Add AVX1 tests to sdiv/udiv srem/urem combine testsSimon Pilgrim2016-12-141-40/+86
* [X86][SSE] Add support for combining target shuffles to UNPCKL/UNPCKH.Simon Pilgrim2016-12-051-4/+2
* [DAGCombiner] Enable (urem x, (shl pow2, y)) -> (and x, (add (shl pow2, y), -...Simon Pilgrim2016-10-251-45/+8
* [X86][SSE] Added vector urem combine testsSimon Pilgrim2016-10-251-0/+208
OpenPOWER on IntegriCloud