summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/AggressiveInstCombine
Commit message (Expand)AuthorAgeFilesLines
* [AggressiveInstCombine] convert rotate with guard branch into funnel shift (P...Sanjay Patel2018-12-171-35/+283
* [AggressiveInstCombine] add test for rotate insertion point; NFCSanjay Patel2018-12-171-0/+37
* [AggressiveInstCombine] add tests for rotates with branch; NFCSanjay Patel2018-12-121-0/+191
* [AggressiveInstCombine] avoid crashing on unsimplified code (PR37446)Sanjay Patel2018-05-141-0/+16
* [AggressiveInstCombine] convert a chain of 'and-shift' bits into masked compareSanjay Patel2018-05-091-10/+151
* [AggressiveInstCombine] convert a chain of 'or-shift' bits into masked compareSanjay Patel2018-05-011-19/+12
* [AggressiveInstCombine] add more bitfield test patterns; NFCSanjay Patel2018-05-011-4/+50
* [AggressiveInstCombine] add tests for PR37098; NFCSanjay Patel2018-04-231-0/+39
* [AggressiveInstCombine] Fixed TruncCombine class to handle TruncInst leaf nod...Amjad Aboud2018-01-312-0/+87
* [AggressiveInstCombine] Make TruncCombine class ignore unreachable basic blocks.Amjad Aboud2018-01-311-0/+48
* Another try to commit 323321 (aggressive instruction combine).Amjad Aboud2018-01-252-0/+293
* Reverted 323321.Amjad Aboud2018-01-241-214/+0
* [InstCombine] Introducing Aggressive Instruction Combine pass (-aggressive-in...Amjad Aboud2018-01-241-0/+214
OpenPOWER on IntegriCloud