summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/div-shift.ll
Commit message (Expand)AuthorAge
* InstSimplify: X >> X -> 0David Majnemer2013-07-09
* InstCombine: Reimplementation of visitUDivOperandDavid Majnemer2013-07-04
* Revert r185257 (InstCombine: Be more agressive optimizing 'udiv' instrs with ...Hal Finkel2013-07-02
* InstCombine: Be more agressive optimizing 'udiv' instrs with 'select' denomsDavid Majnemer2013-06-29
* InstCombine: Make sure we use the pre-zext type when creating a constant of a...Benjamin Kramer2012-09-21
* Look pass zext to strength reduce an udiv. Patch by David Majnemer. rdar://11...Evan Cheng2012-06-21