aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/udiv-simplify-bug-1.ll
Commit message (Expand)AuthorAgeFilesLines
* Teach InstCombine to canonicalize [SU]div+[AL]shl patterns.Nadav Rotem2012-08-281-2/+2
* 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
* Chris prefers icmp/select over udiv!Nick Lewycky2008-11-271-7/+2
* Fix a mistake in the computation of leading zeros for udiv.Dan Gohman2008-05-021-0/+25