<div>Dear all,<div><br></div><div>This is part of a series of patches for the PowerPC backend to improve support for Freescale processors. </div><div><br></div><div>Please review and commit if this is OK - I don't have commit access. </div>






<div><br></div><div>Thanks!</div><div>Tobias</div><div><br></div><div>Description of patch:</div></div><div><br></div><div>zeroextend IR instruction is lowered to an 'and' node with an immediate mask operand, which in turn gets legalised to a sequence of ori's & ands. This can be done more efficiently using the rldicl  instruction.</div>