aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/AggressiveInstCombine
AgeCommit message (Expand)Author
2018-05-14[AggressiveInstCombine] avoid crashing on unsimplified code (PR37446)Sanjay Patel
2018-05-09[AggressiveInstCombine] convert a chain of 'and-shift' bits into masked compareSanjay Patel
2018-05-01[AggressiveInstCombine] convert a chain of 'or-shift' bits into masked compareSanjay Patel
2018-05-01[AggressiveInstCombine] add more bitfield test patterns; NFCSanjay Patel
2018-04-23[AggressiveInstCombine] add tests for PR37098; NFCSanjay Patel
2018-01-31[AggressiveInstCombine] Fixed TruncCombine class to handle TruncInst leaf nod...Amjad Aboud
2018-01-31[AggressiveInstCombine] Make TruncCombine class ignore unreachable basic blocks.Amjad Aboud
2018-01-25Another try to commit 323321 (aggressive instruction combine).Amjad Aboud
2018-01-24Reverted 323321.Amjad Aboud
2018-01-24[InstCombine] Introducing Aggressive Instruction Combine pass (-aggressive-in...Amjad Aboud