aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/div-shift.ll
Commit message (Expand)AuthorAgeFilesLines
* InstSimplify: X >> X -> 0David Majnemer2013-07-091-3/+3
* InstCombine: Reimplementation of visitUDivOperandDavid Majnemer2013-07-041-1/+0
* Revert r185257 (InstCombine: Be more agressive optimizing 'udiv' instrs with ...Hal Finkel2013-07-021-0/+1
* InstCombine: Be more agressive optimizing 'udiv' instrs with 'select' denomsDavid Majnemer2013-06-291-0/+38
* InstCombine: Make sure we use the pre-zext type when creating a constant of a...Benjamin Kramer2012-09-211-0/+14
* Look pass zext to strength reduce an udiv. Patch by David Majnemer. rdar://11...Evan Cheng2012-06-211-0/+23