summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/sdiv-shift.ll
Commit message (Collapse)AuthorAgeFilesLines
* Look pass zext to strength reduce an udiv. Patch by David Majnemer. ↵Evan Cheng2012-06-211-9/+0
| | | | | | rdar://11721329 llvm-svn: 158946
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-1/+1
| | | | llvm-svn: 81257
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
| | | | | | of using llvm-as, now that opt supports this. llvm-svn: 81226
* Add combine: X sdiv (1 << Y) -> X udiv (1 << Y) when X doesn't have the Eli Friedman2009-07-181-0/+9
sign bit set. llvm-svn: 76304
OpenPOWER on IntegriCloud