summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/XCore/zext.ll
Commit message (Collapse)AuthorAgeFilesLines
* [XCore] Fix instruction selection for zext, mkmsk instructions.Richard Osborne2013-07-021-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
OpenPOWER on IntegriCloud