Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [SCEV] Add zext(C + x + ...) -> D + zext(C-D + x + ...)<nuw><nsw> transform | Roman Tereshin | 2018-07-24 | 1 | -0/+81 |
* | [SCEV] Commute zero extends through <nuw> additions | Sanjoy Das | 2015-10-22 | 1 | -0/+37 |
* | [SCEV] Commute sign extends through nsw additions | Sanjoy Das | 2015-10-22 | 1 | -0/+41 |
* | [SCEV] Mark AddExprs as nsw or nuw if legal | Sanjoy Das | 2015-10-22 | 1 | -0/+44 |