summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/urem.ll
Commit message (Expand)AuthorAgeFilesLines
* [InstCombine] consolidate rem tests and update checks; NFCSanjay Patel2017-03-141-50/+0
* [InstCombine] sub X, sext(bool Y) -> add X, zext(bool Y)Sanjay Patel2016-10-141-3/+2
* [InstCombine] fold X urem C -> X < C ? X : X - C when C is big (PR28672)Sanjay Patel2016-09-221-3/+11
* add tests for PR28672Sanjay Patel2016-09-131-0/+30
* use FileCheck instead of grep for exact checkingSanjay Patel2016-05-201-5/+10
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-1/+1
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-1/+1
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
* Instcombine x-((x/y)*y) into a remainder operator.Dan Gohman2007-09-171-0/+8
OpenPOWER on IntegriCloud