Re: [Patch AArch64] Define TARGET_FLAGS_REGNUM

2014-06-19 Thread Richard Henderson
On 02/28/2014 01:32 AM, Ramana Radhakrishnan wrote: > Hi, > > This defines TARGET_FLAGS_REGNUM for AArch64 to be CC_REGNUM. Noticed this > turns on the cmpelim pass after reload and in a few examples and a couple of > benchmarks I noticed a number of comparisons getting deleted. A similar patc

Re: [Patch AArch64] Define TARGET_FLAGS_REGNUM

2014-03-19 Thread Marcus Shawcroft
On 28 February 2014 09:32, Ramana Radhakrishnan wrote: > Hi, > > This defines TARGET_FLAGS_REGNUM for AArch64 to be CC_REGNUM. > Noticed this turns on the cmpelim pass after reload and in a few examples > and a couple of benchmarks I noticed a number of comparisons getting > deleted. A sim

[Patch AArch64] Define TARGET_FLAGS_REGNUM

2014-02-28 Thread Ramana Radhakrishnan
Hi, This defines TARGET_FLAGS_REGNUM for AArch64 to be CC_REGNUM. Noticed this turns on the cmpelim pass after reload and in a few examples and a couple of benchmarks I noticed a number of comparisons getting deleted. A similar patch for AArch32 is being tested. Tested cross with aarch64-no