On Sun, Jul 11, 2021 at 10:49:27AM -0500, Bill Schmidt wrote:
> LGTM. I can't approve, but recommend approval as is.
Okay for trunk. Thanks!
Segher
> >2021-06-29 Paul A. Clarke
> >
> >gcc/testsuite/ChangeLog:
> > * gcc.target/powerpc/sse4_
On Sun, Jul 11, 2021 at 11:19:56AM -0500, Bill Schmidt wrote:
> Please resubmit this when you resubmit 3/4, in case any adjustments are
> needed.
It is testing if elsewhere-defined functions work according to its
specification -- let's hope that doesn't change ;-)
Segher
On Mon, Jul 12, 2021 at 08:20:14AM +0200, Richard Biener wrote:
> On Fri, 9 Jul 2021, Segher Boessenkool wrote:
> > Almost all targets just use Pmode, but there is no such guarantee I
> > think, and esp. some targets that do not have machine insns for this
> > (but want to ge
in rtl part.
> https://gcc.gnu.org/g:8a15faa730f99100f6f3ed12663563356ec5a2c0
Does that solve PR67288 (and its many duplicates)?
Segher
p;& TYPE_UNSIGNED (ntype));
Should that be pref_type instead of ntype? If not, write it as two
separate asserts please.
> +static machine_mode
> +rs6000_preferred_doloop_mode (machine_mode)
> +{
> + return word_mode;
> +}
This is fine if the generic code does the right thing if it passes say
TImode here, and if it never will pass some other mode class mode.
Segher
hich enables vectorizer
> to recog mul_highpart.
It actually is correct already, it will just not be used yet, right?
But the testcases will fail until the generic support lands.
Okay for trunk. Thanks!
Segher
t; then the actual changes as a separate patch? That way it is much easier
> > to review :-)
>
> Ok, I split the patch into 2 patches. The one here is simply the move.
This one is obviously okay for trunk. Thanks!
Segher
're going to
> + load it together with this register. */
> + i++;
> + }
> + }
> + }
> +
> + rtx dst_i = gen_rtx_REG (GET_MODE (op), regno);
> + emit_insn (gen_rtx_SET (dst_i, op));
> }
So we are sure we have a hard register here, and it is a VSX register.
Okay. Factoring this code would not hurt ;-)
Okay for trunk. Thanks!
Segher
offline making a preprocessor macro for this
long attribute line. Which is a fine suggestion! Something for the
future, maybe?
Segher
o like to have their intrisic code optimized, so there's
> likely conflicting interest here.
If people do not want anything optimised they should use -O0, or write
assembler code instead. GCC in general optimises where it can, as any
good compiler should. There are various facilities for preventing
optimisations in much more targeted places of course -- and most of
those do not tell the compiler "do not do X", but they instead say
"here Y happens, and you do not know the details of that", effectively
telling the compiler "hands off!"
Segher
enient around most REs, you need a lot of
escaping without it) to get "partial newline-sensitive matching", which
is usually what you want (see "man re_syntax" for the details).
The generic changes look fine to me (but what do I know about Gimple!)
The rs6000 changes are fine if the rest is approved (and see the
testcase comments). Thanks!
Segher
On Wed, Jul 14, 2021 at 10:12:46AM +0800, Kewen.Lin wrote:
> on 2021/7/14 上午6:07, Segher Boessenkool wrote:
> > Hi!
> >
> > On Tue, Jul 13, 2021 at 04:58:42PM +0800, Kewen.Lin wrote:
> >> This patch is to make Power10 newly introduced vector
> >> multipl
by some tool) changing this is Just Wrong.
Segher
Please do not send the same patches in a new thread. It is much more
work to keep track of. Just ping patches by replying to them (either
copy the list or not, either works). Thanks!
Segher
On Wed, Jul 14, 2021 at 03:25:32PM -0500, Segher Boessenkool wrote:
> Please do not send the same patches in a new thread. It is much more
> work to keep track of. Just ping patches by replying to them (either
> copy the list or not, either works). Thanks!
Oh, and do not edit th
an-assembler-times {\msetbcr\M} 1 { target {
> has_arch_pwr10 } } } } */
> +/* { dg-final { scan-assembler-times {\maddze\M} 3 } } */
It may be easier to split the patch into two, where one part can get the
setbcr (the first, simplest function), and the rest stays the same.
Okay for trunk like that. Thanks!
Segher
rcmp (buffer, "3") != 0;
> + #endif
> + }
> +} [add_options_for_ppc_long_double_override_ibm128 ""]]
> +}
Those casts are useless btw, don't do that. And that sizeof *has* to be
16, and so does that of __ibm128, so just write 16 please.
Many more of the same... Use something like the stuff starting at
foreach { armfunc armflag armdefs } {
(for arm) in target-supports.exp?
Segher
per only skips whitespace, so
> nothing unprintable is actually handled or skipped here.
Right, and that behaviour would not match with the function name either.
isspace returns true for 0x09..0x0d and 0x20, all of which are
whitespace.
Segher
eans exactly the same.
You can write just
diag ("bla bla bla")
instead of
(*diag) ("bla bla bla");
btw.
The patch is okay for trunk with whatever you want to do with those
comments (but do fix the consume_whitespace comment please). Thanks!
Segher
for backporting to GCC 11 after a day or two on trunk?
If it is tested well enough, yes. There are many things that can break
in this code, so I am not very comfortable with backporting it so close
to a release, but if it is important, we can take that risk.
Thanks,
Segher
On Thu, Jul 15, 2021 at 09:40:52AM +0800, Kewen.Lin wrote:
> on 2021/7/15 上午3:32, Segher Boessenkool wrote:
> > The normal rule is you cannot go over 80. It is perfectly fine to have
> > shorter lines, certainly if that is nice for some other reason, so
> > automatically (b
the GGC itself (the aprintf
implementation already factors calculating the length needed, it will
be easy to do this).
Segher
On Sat, Jul 17, 2021 at 03:13:59PM -0700, Andrew Pinski wrote:
> On Sat, Jul 17, 2021 at 2:31 PM Segher Boessenkool
> wrote:
> > On Fri, Jul 16, 2021 at 11:35:25AM -0700, apinski--- via Gcc-patches wrote:
> > > --- a/gcc/c-family/c-common.c
> > > +++ b/gcc/c-fami
quot;r");
> + if (!bif_file)
> +{
> + fprintf (stderr, "Cannot find input built-in file '%s'.\n", bif_path);
> + exit (1);
> +}
Say s/find/open/ in the error?
> + fprintf (stderr, "Cannot find input overload file '%s'.\n", ovld_path);
(more)
Okay with those trivialities, and the unlink stuff looked at. Thanks!
Segher
that you do not need the macro check at every use? Or use a different
function, even. (That has nothing to do with this patch in particular
of course).
Okay for trunk. Thanks!
Segher
val1[restr_cnt] = argtype->val1;
> + val2[restr_cnt++] = argtype->val2;
Just make the ++ more explicit please (put it in a separate statement).
Okay for trunk. Thanks!
Segher
= %d, pred = %d, htm = %d, \
> +htmspr = %d, htmcr = %d, mma = %d, quad = %d, pair = %d, no32bit = %d, \
> +32bit = %d, cpu = %d, ldstmask = %d, lxvrse = %d, lxvrze = %d, \
> +endian = %d.\n",
This needs some formatting. With thatt, kay for trunk. Thanks!
Segher
= match_identifier ();
> + ovlds[curr_ovld].ovld_id_name = id;
> + consume_whitespace ();
> +}
So everything is just strings here, so you do not have any real problem
with conflicting IDs. Okay.
This is fine for trunk as well. Thanks!
Segher
(void) rbt_insert (&fntype_rbt, buf);
Casting to void does not ignore a return value. But is rbt_insert
marked up as warn_unused_result anyway? Simply not using the return
value is fine as well. If you want to be very explicit, you can write
if (rbt_insert (&fntype_rbt, buf))
; /* Duplicates are fine and expected here. */
Okay for trunk with or without such improvements. But do fix that
indentation thing please ;-) Thanks!
Segher
gt;
> 2021-07-20 Jakub Jelinek
>
> PR target/101384
> * config/rs6000/rs6000.c (vspltis_constant): Accept EASY_VECTOR_MSB
> only if step and copies are equal to 1.
>
> * gcc.dg/pr101384.c: New test.
Okay for all backports. Thanks!
Segher
hat . will not match newlines. See
https://www.tcl.tk/man/tcl/TclCmd/re_syntax.html#M95 for details. Here,
you could also use
/* { dg-final { scan-assembler-times {\mvspltis[whb] [^,]*,-1\M} 9 } } */
(but that (more traditional) approach quickly becomes clumsy).
Okay for trunk with or without those improvements (with the switch
formatting fix though). Thanks!
Segher
On Tue, Jul 20, 2021 at 05:01:00PM +0200, Jakub Jelinek wrote:
> On Tue, Jul 20, 2021 at 09:48:26AM -0500, Segher Boessenkool wrote:
> > > --- gcc/testsuite/gcc.dg/pr101384.c.jj2021-07-13 13:45:42.971992584
> > > +0200
> > > +++ gcc/testsuite/gcc.dg/pr1
On Tue, Jul 20, 2021 at 05:24:57PM +0200, Jakub Jelinek wrote:
> On Tue, Jul 20, 2021 at 10:17:08AM -0500, Segher Boessenkool wrote:
> > > I think not all of the -Wpsabi diagnostics is emitted with warning{,_at}
> > > etc. that -w disables, others are emitted with i
hout the patch and pass with the patch.
Hi!
In the future, please Cc: the relevant maintainers. Your patch will be
seen much quicker and much more reliably if you do. I'll handle it now.
Segher
__LIBGCC_DF_EPSILON__)
> +#define RMINSCAL (1 / __LIBGCC_DF_EPSILON__)
> #define RMAX2 (RBIG * RMIN2)
> #else
> #define RBIG (__LIBGCC_TF_MAX__ / 2)
What *is* your long double? It should always be IEEE QP float in this
file! And it is for me. So what did you do differently?
Segher
ent."
>
> So I think we're good here.
Yup, we'll survive, argc > 0 pretty much everywhere (but technically it
isn't even required by POSIX afaics).
Thanks,
Segher
On Thu, Jun 17, 2021 at 10:19:00AM -0500, Bill Schmidt wrote:
> 2021-06-07 Bill Schmidt
>
> gcc/
> * config/rs6000/rs6000-gen-builtins.c (write_defines_file):
> Implement.
Okay for trunk. Thanks!
Segher
d change the enum fields to ints and cast them in and out
> + to avoid requiring a GTY((user)) designation, but that seems
> + unnecessarily gross. */
Quite :-)
Maybe you want to print that as a comment to the generated file as well?
It makes more sense there.
Okay for trunk. Thanks!
Segher
t; + for the overload. We sort out the real types when
> + processing the overload in the gcc front end. */
Same as before -- please put such comments in the generated file!
Okay for trunk. Thanks!
Segher
On Thu, Jun 17, 2021 at 10:19:03AM -0500, Bill Schmidt wrote:
> 2021-06-07 Bill Schmidt
>
> gcc/
> * config/rs6000/rs6000-gen-builtins.c (write_init_bif_table):
> Implement.
Okido. Thanks!
Segher
On Tue, Jul 20, 2021 at 08:51:58PM -0500, Bill Schmidt wrote:
> On 7/20/21 6:22 PM, Segher Boessenkool wrote:
> >On Tue, Jul 20, 2021 at 05:19:54PM -0500, Bill Schmidt wrote:
> >>See the main function. All three files are guaranteed to have been
> >>opened for writi
side effects of strtok on the original string by using a copy. */
> + char *buf = (char *) malloc (strlen (str) + 1);
> + strcpy (buf, str);
libiberty has xstrdup (and it can also be done using your new best
friend asprintf of course ;-) )
Okay for trunk with or without such improvements. Thanks!
Segher
ne as the condition but : on another is not
normal style.
Some "if"s would be more readable anyway?
Okay for trunk. Thanks!
Segher
On Thu, Jun 17, 2021 at 10:19:06AM -0500, Bill Schmidt wrote:
> 2021-06-07 Bill Schmidt
>
> gcc/
> * config/rs6000/rs6000-gen-builtins.c (write_ovld_static_init): New
> function.
> (write_init_file): Call write_ovld_static_init.
Okay for trunk. Thanks!
Segher
antime, you can make all these targets depend on an
intermediate target (that you mark with .INTERMEDIATE), and have that
intermediate target have the dependencies. This is from version 3.74.3
and we require 3.80 already, so this is fine.
> +EXTRA_HEADERS += rs6000-vecdefines.h
> +rs6000-vecdefines.h : rs6000-builtins.c
No space before the colon please.
Segher
t does hurt combine. So don't. */
Perfect. Okay for trunk and backports (but do not touch GCC 11 right
now without RM approval, see
<https://gcc.gnu.org/pipermail/gcc/2021-July/236837.html>). Thanks!
Segher
embler {\mmtvsrwa\M} } } */
(This test should not test for powerpc64*-*-* but powerpc*-*-* btw,
and that means it can just be left out, so just
/* { dg-do compile { target lp64 } } */
and nothing more).
Okay for trunk with those changes (the RE and lp64). Thanks!
(Test if it works of course; I did not :-) )
Segher
s use gen_frame_mem(), which does
set_mem_alias_set (mem, get_frame_alias_set ());
so what is going wrong here?
Segher
treload? Or what
else?
Your patch looks correct, but I'd like to know why it has seemed to work
for so long :-)
Segher
Hi!
On Fri, Jul 23, 2021 at 07:47:54AM +0200, Martin Liška wrote:
> On 7/12/21 7:20 PM, Segher Boessenkool wrote:
> >>>>+static __attribute__ ((optimize ("-fno-stack-protector"))) __typeof
> >>>>(f) *
> >>>
> >>>-fno-stack-prot
if (rs6000_long_double_type_size == FLOAT_PRECISION_TFmode)
> +; /* The option value can be seen when cl_target_option_restore is
> called. */
(line too long)
The comment is still very cryptic. What you have in the changelog is
much better digestible.
Okay for trunk with those things fixed. Thanks!
Segher
On Mon, Jul 26, 2021 at 04:46:46PM -0400, Michael Meissner wrote:
> On Wed, Jul 14, 2021 at 04:22:06PM -0500, Segher Boessenkool wrote:
> > > --- a/gcc/testsuite/gcc.target/powerpc/ppc-ne0-1.c
> > > +++ b/gcc/testsuite/gcc.target/powerpc/ppc-ne0-1.c
> >
> > > -
t RTL, that RTL follows just the normal
semantics of RTL. This means that dead code can be deleted, etc. Well
that is about the most interesting transform that can be done so late
in the compilation pipeline :-)
Segher
Hi!
On Mon, Jul 26, 2021 at 10:26:25PM -0500, Bill Schmidt wrote:
> On 7/21/21 1:58 PM, Segher Boessenkool wrote:
> >On Thu, Jun 17, 2021 at 10:19:07AM -0500, Bill Schmidt wrote:
> >>+# TODO: Whenever GNU make 4.3 is the minimum required, we should use
> >>+# grouped t
> _mm_blend_ps, _mm_blendv_ps): New.
I'm not sure if this is allowed like this in changelogs? In either case
it is more obvious / aesthetically pleasing / etc. to write "gcc/". But
also, it is fine to leave out this one, it being the default :-)
The patch is fiune for trunk. Thank you!
Segher
maybe say that?
Okay for trunk. Thanks!
Segher
Hi!
On Fri, Jul 16, 2021 at 08:50:19AM -0500, Paul A. Clarke wrote:
> * config/rs6000/smmintrin.h (_mm_ceil_pd, _mm_ceil_ps,
> _mm_ceil_sd, _mm_ceil_ss): New.
This is fine. Thanks!
Segher
l testsuite files after all, and we should
test horrrible style as well! :-P )
Thanks,
Segher
On Fri, Jul 16, 2021 at 08:50:21AM -0500, Paul A. Clarke wrote:
> * config/rs6000/smmintrin.h (_mm_floor_pd, _mm_floor_ps,
> _mm_floor_sd, _mm_floor_ss): New.
Okay for trunk. Thanks!
Segher
-floorss.c: New.
> * gcc.target/powerpc/sse4_1-roundpd-2.c: Copy from
> gcc/testsuite/gcc.target/i386.
Okido. Thanks!
Segher
t as
{ dg-final { scan-assembler {bl f(\n\s*nop|@notoc)} { target {
powerpc*-*-linux* && lp64 } } } } */
though?
Segher
.c (RBIG, RMIN, RMIN2, RMINSCAL, RMAX2):
> Fix long double complex divide for native IBM 128-bit.
"Use more correct values."?
Okay for trunk. Thank you!
Segher
ame isn't good (supported for _what_? It is only for complex
multiplication, right?)
> (rs6000_iibgcc_floating_mode_supported_p): New target hook.
Typo ("iib").
> +rs6000_libgccc_floating_mode_supported_p (scalar_float_mode mode)
Typo ("gccc").
Segher
On Thu, Apr 29, 2021 at 07:23:03PM -0400, Michael Meissner wrote:
> On Thu, Apr 29, 2021 at 05:50:03PM -0500, Segher Boessenkool wrote:
> > On Thu, Apr 29, 2021 at 05:48:53PM -0400, Michael Meissner wrote:
> > > This patch defines the constants needed for libgcc for the PowerPC
&
)
> + || TYPE_PRECISION (type) == TYPE_PRECISION (sizetype))
> + continue;
"IDX is an unsigned type that is widened to SIZETYPE" etc.
This code assumes SIZETYPE is bigger than any other integer type. Is
that true? Even if so, the second comment could be improved.
(Not reviewing further, my Gimple isn't near good enough, sorry. But
at least to my untrained eye it looks pretty good :-) )
Segher
On Tue, May 04, 2021 at 10:44:38AM +0200, Richard Biener wrote:
> On Tue, May 4, 2021 at 1:40 AM Segher Boessenkool
> wrote:
> >
> > This removes CC0 and all directly related infrastructure.
> >
> > CC_STATUS, CC_STATUS_MDEP, CC_STATUS_MDEP_INIT, and NOTICE_UPDATE_C
Pushed. What is next? :-)
Segher
---
htdocs/backends.html | 105 +--
1 file changed, 52 insertions(+), 53 deletions(-)
diff --git a/htdocs/backends.html b/htdocs/backends.html
index 8d95e915709c..8034a5776360 100644
--- a/htdocs/backends.html
Hi~
On Tue, May 04, 2021 at 04:08:22PM +0100, Richard Earnshaw wrote:
> On 03/05/2021 23:55, Segher Boessenkool wrote:
> >CC_STATUS_INIT is suggested in final.c to also be useful for ports that
> >are not CC0, and at least arm seems to use it for something. So I am
> >le
Committed.
Segher
---
htdocs/backends.html | 1 -
1 file changed, 1 deletion(-)
diff --git a/htdocs/backends.html b/htdocs/backends.html
index 8034a5776360..f80378b90170 100644
--- a/htdocs/backends.html
+++ b/htdocs/backends.html
@@ -103,7 +103,6 @@ nios2 | C ia
On Tue, May 04, 2021 at 06:30:04PM +0200, Eric Botcazou wrote:
> > Pushed. What is next? :-)
>
> You can finally remove powerpcspe. :-)
Done, thanks!
Segher
" 3 } } */
> +/* { dg-final { scan-assembler-times "xxlor" 2 } } */
> /* { dg-final { scan-assembler-times "vrlwnm" 2 } } */
> /* { dg-final { scan-assembler-times "vrldnm" 2 } } */
So what is this replaced with? Was it an "xxlmr" and it is just
unnecessary now?
The patch is okay for trunk. Thanks!
Segher
Bootstrapped powerpc64le-linux and x86_64-linux all langs. I did see
> one regression on both targets, libgo runtime/pprof. It's unclear to
> me what that means.
Probably nothing? It is one of the tests that fail regularly.
Segher
On Fri, May 07, 2021 at 12:19:51PM +0930, Alan Modra wrote:
> This reverts commit b680b9049737198d010e49cf434704c6a6ed2b3f now
> that the PowerPC64 ELFv1 regression is fixed properly.
This is okay when the rest goes in. Do it in a bisectable order if
possible? If that is easy :-)
Segher
ode_labelno;
> > + switch_to_section (function_section (decl));
This could in theory call us again. That should not be a problem, if
> > + ++func_code_labelno;
(Please use postfix increments btw)
...this is done *before* the call, so that we get two different labels.
Segher
get (&id);
> - const char *name = IDENTIFIER_POINTER (id);
> - name = targetm.strip_name_encoding (name);
> - fprintf (asm_out_file, ",%s", name);
> + fputc (',', asm_out_file);
Please don't use fputc and friends, just use fprintf. The compiler will
make that fputc if that is a good idea.
Looks good with those things tweaked.
Segher
On Mon, May 10, 2021 at 08:53:31AM -0500, Peter Bergner wrote:
> On 5/10/21 7:52 AM, Pat Haugen wrote:
> > On 5/7/21 6:00 PM, Segher Boessenkool wrote:
> >> So what is this replaced with? Was it an "xxlmr" and it is just
> >> unnecessary now?
> >
; + computing single scalar iteration cost). */
> + if (data->costing_for_scalar)
> +return;
"..., so immediately return if we are passed costing for ..."?
The patch is okay for trunk with those or similar changes. Thanks!
Segher
; (struct rs6000_cost_data): ...here.
> (rs6000_init_cost): Use vect_nonmem of cost_data instead.
> (rs6000_add_stmt_cost): Likewise.
> (rs6000_finish_cost): Likewise.
This is okay for trunk. Thanks!
Segher
thus no NOPs will be output. */
> + if (record_p)
> +default_print_patchable_function_entry (file, crtl->patch_area_entry,
> + record_p);
> +}
That is trickiness that will break later.
Can you make this less hacky please? Changing the generic code is just
fine as well, it needs some love.
Segher
On Tue, Apr 20, 2021 at 03:00:42PM +, Segher Boessenkool wrote:
> There are various non-IBM CPUs with isel as well, so it is easiest if we
> just don't consider that flag here (it is not needed).
>
> 2021-04-20 Segher Boessenkool
>
> PR target/100108
>
that is as technical as I can review this :-)
Segher
y the last three patches).
I'll dig it up from the archives.
Segher
document it in
the right location :-)
Okay for trunk and 11 with those changes. Thanks!
Segher
+@option{-mcpu=power10} is used.
>
> Is the option on by default?
Nope.
> if so, may want another testcase to
> verify ROP instructions are generated with just -mcpu=power10.
> if not,
> perhaps the "-mcpu=power10" reference here instead be "-mrop-protect".
This is the help text for -mrop-protect :-)
Probably the help text could be more future-proof though?
Segher
the template, or maybe you can use
print_operand_punct_valid if you think this 'p' will happen more often
(there exist more insns like this already, we just never generate them).
> +;; ROP mitigation instructions.
> +
> +(define_insn "hashst"
> + [(set (match_operand:DI 0 "simple_offsettable_mem_operand" "=m")
> +(unspec:DI [(match_operand:DI 1 "int_reg_operand" "r")]
> +UNSPEC_HASHST))]
This needs unspec_volatile in principle. There will be only one per
function, so it is kind of moot, but still.
Thanks,
Segher
er the place in the compiler
should be. Currently there are 53 of 64 bits used, there is some room,
and that is good :-)
Segher
On Sun, Apr 25, 2021 at 08:50:17PM -0500, Bill Schmidt wrote:
> 2021-03-25 Bill Schmidt
>
> gcc/
> * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Define
> __ROP_PROTECT__ if -mrop-protect is selected.
Okay for trunk and 11. Thanks!
Segher
7;s off by default (see the Init(0) in patch 1/4).
And in general we only need a test for it if the default isn't fixed.
Segher
-mrop-protect" } */
> +
> +/* Verify that __ROP_PROTECT__ is predefined for -mrop-protect. */
> +
> +extern void abort (void);
> +
> +int main ()
> +{
> +#ifndef __ROP_PROTECT__
> + abort ();
> +#endif
> + return 0;
> +}
Please do this in a compile test instead?
#ifndef __ROP_PROTECT__
har har har
#endif
Okay for trunk and 11 with such changes. Thank you!
Segher
/* Mark unsigned tests with CCUNSmode. */
> - cc_mode = CCUNSmode;
>
>/* Invert condition to avoid compound test if necessary. */
> if (rcode == GEU || rcode == LEU)
So this is related to the _uns thing. Could you split off that change?
Probably as an earlier patch (but either works for me).
> @@ -15629,6 +15625,9 @@ rs6000_emit_vector_cond_expr (rtx dest, rtx op_true,
> rtx op_false,
>if (!mask)
> return 0;
>
> + if (mask_mode != dest_mode)
> + mask = simplify_gen_subreg (dest_mode, mask, mask_mode, 0);
Indent just two characters please: line continuations (usually) align,
but indents do not.
Can you fold vsel and xxsel together completely? They have exactly the
same semantics! This does not have to be in this patch of course.
Thanks,
Segher
est:
"Generate code that will run in privileged state."
Okay for trunk and 11 with whatever you end up with. Thanks!
Segher
har *p = rs6000_privileged ? "p" : "";
Please make this an unspec_volatile?
> +(define_insn "hashchk"
Same things here of course, but it is volatile already.
Okay for trunk and 11 with such changes. Thanks!
Segher
On Thu, May 13, 2021 at 10:34:56PM -0500, Bill Schmidt via Gcc-patches wrote:
> gcc/
> * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Define
> __ROP_PROTECT__ if -mrop-protect is selected.
Okay for trunk and 11.
Segher
gcc.target/powerpc/rop-5.c: New.
Okay for trunk and everything. Thanks!
Segher
r cris-elf. FWIW, I wrote the removed code (sans the
> validly removed cc0 line), a part of what was committed at
> 2020-08-24 as 0e6c51de8ec47 / r11-2814.
>
> This commit gets cris-elf test-results back to a sane state
> (tested at 0ffdbc85d9a6 / r12-761).
>
> gcc:
> * reorg.c (fill_slots_from_thread): Reinstate code typoed out in
> "Remove CC0".
Thank you for fixing it! And sorry for the mistake.
Cheers,
Segher
;s no non-modern
> representation, so the "Modern" qualifier is just confusing.
That is just fine of course :-)
I would commit such changes as obvious btw, so if you do so as well, you
can blame me if anyone asks!
Segher
Hi!
On Tue, May 18, 2021 at 07:43:49PM +0930, Alan Modra wrote:
> On Mon, May 10, 2021 at 04:39:55PM -0500, Segher Boessenkool wrote:
> > Huh, did it not already do that?! Hrm, all the other hooks seem to be
> > called via rs6000.c currently. But you do the same, so why do
tch,
> like "bootstrap and regression test on x86_64-pc-linux-gnu" for instance.
Jiu Fu did all that. If you understand that ppc64le means
powerpc64-linux of course.
It is interesting one loop fails on x86. But that is why we have
stage1 :-)
Segher
s in the testsuite. But
someone who is bored could just delete them all and see what breaks,
perhaps :-)
Segher
es please.
* Better documentation, too, including documentations in the code.
Don't describe *what*, anyone can see that anyway, but describe *why*.
* This is way too much for one patch. Split this into many patches,
properly structured in a patch series. The design will need some
explanation, but none of the code should need that, ever!
Segher
1301 - 1400 of 6132 matches
Mail list logo