summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/icmp-add.ll
Commit message (Expand)AuthorAgeFilesLines
* [InstCombine] add nsw/nuw X, signbit --> or X, signbitSanjay Patel2017-02-181-6/+4
* [InstCombine] fold icmp sgt/slt (add nsw X, C2), C --> icmp sgt/slt X, (C - C2)Sanjay Patel2017-02-121-15/+9
* [InstCombine] add tests for icmp with add nsw; NFCSanjay Patel2017-02-091-0/+123
* [InstCombine] add tests to show information-losing add nsw/nuw transforms; NFCSanjay Patel2017-02-081-0/+24
* [InstCombine] add test for missed vector icmp fold; NFCSanjay Patel2017-02-081-0/+108
OpenPOWER on IntegriCloud