Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove an empty line in icmp-illegal.ll . NFC | Amaury Sechet | 2017-02-27 | 1 | -1/+0 |
| | | | | llvm-svn: 296350 | ||||
* | Fix icmp lowering | Pawel Bylica | 2015-05-20 | 1 | -0/+50 |
Summary: During icmp lowering it can happen that a constant value can be larger than expected (see the code around the change). APInt::getMinSignedBits() must be checked again as the shift before can change the constant sign to positive. I'm not sure it is the best fix possible though. Test Plan: Regression test included. Reviewers: resistor, chandlerc, spatel, hfinkel Reviewed By: hfinkel Subscribers: hfinkel, llvm-commits Differential Revision: http://reviews.llvm.org/D9147 llvm-svn: 237812 |