]> git.ipfire.org Git - thirdparty/gcc.git/commit
aarch64: Use iorn and andn standard pattern names for scalar modes
authorAndrew Pinski <quic_apinski@quicinc.com>
Mon, 22 Jul 2024 23:18:47 +0000 (16:18 -0700)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Sun, 28 Jul 2024 17:06:01 +0000 (19:06 +0200)
commitecbfaf0056d5932634e0bf15c60d2790a77f7016
tree35301898be6e18d1f19c58386c4417389620b02b
parentfe2e945c18752903d8db4118ef033d606525dc83
aarch64: Use iorn and andn standard pattern names for scalar modes

Since r15-1890-gf379596e0ba99d, these are the new optabs.
So let's use these names for them. These will be used to
generate during expand from gimple in the next few patches.

Built and tested for aarch64-linux-gnu with no regressions.

gcc/ChangeLog:

* config/aarch64/aarch64.md (*<NLOGICAL:optab>_one_cmpl<mode>3): Rename to ...
(<NLOGICAL:optab>n<mode>3): This.
(*<NLOGICAL:optab>_one_cmplsidi3_ze): Rename to ...
(*<NLOGICAL:optab>nsidi3_ze): This.

Signed-off-by: Andrew Pinski <quic_apinski@quicinc.com>
gcc/config/aarch64/aarch64.md