Tom de Vries writes:
> On 27-04-13 12:01, Richard Sandiford wrote:
>> Tom de Vries writes:
>>> +/* { dg-do run } */
>>> +/* { dg-options "-fuse-caller-save -save-temps" } */
>>> +/* { dg-skip-if "" { *-*-* } { "*" } { "-Os" } } */
>>> +/* Testing -fuse-caller-save optimization option. */
>>> +
On 27-04-13 12:01, Richard Sandiford wrote:
Tom de Vries writes:
+/* { dg-do run } */
+/* { dg-options "-fuse-caller-save -save-temps" } */
+/* { dg-skip-if "" { *-*-* } { "*" } { "-Os" } } */
+/* Testing -fuse-caller-save optimization option. */
+
+static int __attribute__((noinline))
+bar (
Tom de Vries writes:
> +/* { dg-do run } */
> +/* { dg-options "-fuse-caller-save -save-temps" } */
> +/* { dg-skip-if "" { *-*-* } { "*" } { "-Os" } } */
> +/* Testing -fuse-caller-save optimization option. */
> +
> +static int __attribute__((noinline))
> +bar (int x)
> +{
> + return x + 3;
>
Richard,
This patch series adds analysis of register usage of functions for usage by IRA.
The original post is here
( http://gcc.gnu.org/ml/gcc-patches/2013-01/msg01234.html ).
This patch adds a test-case for -fuse-caller-save. Since the test-case has
different output for mips16 and micromips, n
Richard,
This patch series adds analysis of register usage of functions for usage by IRA.
The original post is here
( http://gcc.gnu.org/ml/gcc-patches/2013-01/msg01234.html ).
This patch adds a test-case for -fuse-caller-save. Since the test-case has
different output for mips16 and micro