Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [XCore] Fix instruction selection for zext, mkmsk instructions. | Richard Osborne | 2013-07-02 | 1 | -0/+10 |
r182680 replaced CountLeadingZeros_32 with a template function countLeadingZeros that relies on using the correct argument type to give the right result. The type passed in the XCore backend after this revision was incorrect in a couple of places. Patch by Robert Lytton. llvm-svn: 185430 |