summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/hoist-negation-out-of-bias-calculation.ll
Commit message (Expand)AuthorAgeFilesLines
* [NFC][InstCombine] '(X & (- Y)) - X' -> '- (X & (Y - 1))' fold (PR44448)Roman Lebedev2020-01-031-12/+12
* [NFC][InstCombine] '(X & (- Y)) - X' pattern tests (PR44448)Roman Lebedev2020-01-031-0/+158
OpenPOWER on IntegriCloud