summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/ScalarEvolution/sext-mul.ll
Commit message (Expand)AuthorAgeFilesLines
* [SCEV] Simplify umin/max of zext and sext of the same valuePhilip Reames2019-10-191-2/+2
* [SCEV] Use unsigned/signed intersection type in SCEVNikita Popov2019-06-151-2/+2
* Re-apply "[SCEV] Strengthen StrengthenNoWrapFlags (reapply r334428)."Tim Shen2018-07-131-2/+2
* Revert "[SCEV] Strengthen StrengthenNoWrapFlags (reapply r334428)."Tim Shen2018-07-061-2/+2
* [SCEV] Strengthen StrengthenNoWrapFlags (reapply r334428).Tim Shen2018-07-021-2/+2
* Revert "[SCEV] Add nuw/nsw to mul ops in StrengthenNoWrapFlags"Sanjoy Das2018-06-191-3/+3
* [SCEV] Add nuw/nsw to mul ops in StrengthenNoWrapFlags where safe.Justin Lebar2018-06-111-3/+3
* Model ashr(shl(x, n), m) as mul(x, 2^(n-m)) when n > mZhaoshi Zheng2017-03-231-0/+89
OpenPOWER on IntegriCloud