summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/combine-srem.ll
AgeCommit message (Expand)Author
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2016-12-14[DAGCombiner] Try to use SelectionDAG::isKnownToBeAPowerOfTwo instead of just...Simon Pilgrim
2016-12-14[X86][SSE] Add AVX1 tests to sdiv/udiv srem/urem combine testsSimon Pilgrim
2016-12-05[X86][SSE] Add support for combining target shuffles to UNPCKL/UNPCKH.Simon Pilgrim
2016-10-25[DAGCombiner] Enable srem(x.y) -> urem(x,y) combine for vectorsSimon Pilgrim
2016-10-25[X86][SSE] Added vector srem combine testsSimon Pilgrim