Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Mips][FastISel] Fix handling of icmp with i1 type | Petar Jovanovic | 2018-07-17 | 1 | -0/+14 |
The Mips FastISel back-end does not extend i1 values while lowering icmp. Ensure that we bail into DAG ISel when handling this case. Patch by Dragan Mladjenovic. Differential Revision: https://reviews.llvm.org/D49290 llvm-svn: 337288 |