Re: Commit: RX: Codegen bug fixes

2011-10-06 Thread Nick Clifton
Hi Richard, The SMIN pattern has the same problem. *sigh* Fixed. Cheers Nick

Re: Commit: RX: Codegen bug fixes

2011-10-05 Thread Richard Henderson
On 10/05/2011 03:23 AM, Nick Clifton wrote: > The final fix was pointed out by Richard Henderson. The recently > added support for narrow mode min and max instructions did not work > for the SMAX insn, as the RX does not have narrow mode versions of > this insn. The SMIN pattern has the s

Commit: RX: Codegen bug fixes

2011-10-05 Thread Nick Clifton
Hi Guys, I am applying the patch below to fix a couple of bugs in the RX's machine description patterns. The first concerns the tablejump pattern, which needs to include a label to be referenced by the ASM_OUTPUT_ADDR_DIFF_ELT macro. The second problem is the ADDDI3 spiltter which was