From: Richard Biener <rguenther@suse.de>
To: Segher Boessenkool <segher@kernel.crashing.org>
Cc: Uros Bizjak <ubizjak@gmail.com>,
gcc-patches@gcc.gnu.org, Jeff Law <jeffreyalaw@gmail.com>
Subject: Re: Combine patch ping
Date: Thu, 11 Apr 2024 16:53:31 +0200 [thread overview]
Message-ID: <2054CAD0-748D-4B24-9F2B-733A525DE127@suse.de> (raw)
In-Reply-To: <20240411140002.GO19790@gate.crashing.org>
> Am 11.04.2024 um 16:03 schrieb Segher Boessenkool <segher@kernel.crashing.org>:
>
> On Wed, Apr 10, 2024 at 08:32:39PM +0200, Uros Bizjak wrote:
>>> On Wed, Apr 10, 2024 at 7:56 PM Segher Boessenkool
>>> <segher@kernel.crashing.org> wrote:
>>> This is never okay. You cannot commit a patch without approval, *ever*.
>
> This is the biggest issue, to start with. It is fundamental.
I have approved the patch as you might have noticed.
Richard
>>> That patch is also obvious -- obviously *wrong*, that is. There are
>>> big assumptions everywhere in the compiler how a CC reg can be used.
>>> This violates that, as explained elsewhere.
>>
>> Can you please elaborate what is wrong with this concrete patch.
>
> The explanation of the patch is contradictory to how RTL works at all,
> so it is just wrong. It might even do something sane, but I didn't get
> that far at all!
>
> Write good email explanations, and a good proposed commit message.
> Please. It is the only one people can judge a patch. Well, apart
> from doing everything myself from first principles, ignoring everything
> you said, just looking at the patch itself, but that is a hundred times
> more work. I don't do that.
>
>> The
>> part that the patch touches has several wrong assumptions, and the
>> fixed "???" comment just emphasizes that. I don't see what is wrong
>> with:
>>
>> (define_insn "@pushfl<mode>2"
>> [(set (match_operand:W 0 "push_operand" "=<")
>> (unspec:W [(match_operand 1 "flags_reg_operand")]
>> UNSPEC_PUSHFL))]
>> "GET_MODE_CLASS (GET_MODE (operands[1])) == MODE_CC"
>> "pushf{<imodesuffix>}"
>> [(set_attr "type" "push")
>> (set_attr "mode" "<MODE>")])
>
> What does it even mean? What is a flags:CC? You always always always
> need to say what is *in* the flags, if you want to use it as input
> (which is what unspec does). CC is weird like this. Most targets do
> not have distinct physical flags for every condition, only a few
> conditions are "alive" at any point in the program!
>
>> it is just a push of the flags reg to the stack. If the push can't be
>> described in this way, then it is the middle end at fault, we can't
>> just change modes at will.
>
> But that is not what this describes: it operates on the flags register
> in some unspecified way, and pushes the result of *that* to the stack.
>
> (Stack pointer modification is not described here btw, should it be? Is
> that magically implemented by the backend some way, via type=push
> perhaps?)
>
>
> Segher
next prev parent reply other threads:[~2024-04-11 14:53 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-01 19:28 Uros Bizjak
2024-04-07 6:31 ` Uros Bizjak
2024-04-10 17:52 ` Segher Boessenkool
2024-04-10 18:32 ` Uros Bizjak
2024-04-11 6:15 ` Richard Biener
2024-04-11 14:00 ` Segher Boessenkool
2024-04-11 14:53 ` Richard Biener [this message]
2024-04-11 20:37 ` Uros Bizjak
2024-04-07 8:00 ` Richard Biener
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2054CAD0-748D-4B24-9F2B-733A525DE127@suse.de \
--to=rguenther@suse.de \
--cc=gcc-patches@gcc.gnu.org \
--cc=jeffreyalaw@gmail.com \
--cc=segher@kernel.crashing.org \
--cc=ubizjak@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).