summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Generic/icmp-illegal.ll
Commit message (Collapse)AuthorAgeFilesLines
* Remove an empty line in icmp-illegal.ll . NFCAmaury Sechet2017-02-271-1/+0
| | | | llvm-svn: 296350
* Fix icmp loweringPawel Bylica2015-05-201-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
OpenPOWER on IntegriCloud