Re: [PATCH][MSP430] Add support for post increment addressing

2019-10-14 Thread Jeff Law
On 10/14/19 7:30 AM, Jozef Lawrynowicz wrote: > On Sun, 13 Oct 2019 10:22:31 -0600 > Jeff Law wrote: > >> On 10/7/19 2:28 PM, Jozef Lawrynowicz wrote: >>> MSP430 supports post increment addressing for the source operand only. The >>> attached patch enables post increment addressing for MSP430 in

Re: [PATCH][MSP430] Add support for post increment addressing

2019-10-14 Thread Jozef Lawrynowicz
On Sun, 13 Oct 2019 10:22:31 -0600 Jeff Law wrote: > On 10/7/19 2:28 PM, Jozef Lawrynowicz wrote: > > MSP430 supports post increment addressing for the source operand only. The > > attached patch enables post increment addressing for MSP430 in GCC. > > > > Regtested on trunk for the small and la

Re: [PATCH][MSP430] Add support for post increment addressing

2019-10-13 Thread Jeff Law
On 10/7/19 2:28 PM, Jozef Lawrynowicz wrote: > MSP430 supports post increment addressing for the source operand only. The > attached patch enables post increment addressing for MSP430 in GCC. > > Regtested on trunk for the small and large memory models. > > Ok for trunk? > > > 0001-MSP430-Imple