]> git.ipfire.org Git - thirdparty/gcc.git/commit
aarch64: Fix the choice of unspec in two SME patterns
authorRichard Sandiford <richard.sandiford@arm.com>
Wed, 20 Nov 2024 13:27:40 +0000 (13:27 +0000)
committerRichard Sandiford <richard.sandiford@arm.com>
Wed, 20 Nov 2024 13:27:40 +0000 (13:27 +0000)
commit164fbe01d59a56ab6eb381345fa1555263c854fa
tree28bb140cb52a441a080f441d8dde46e8ce657107
parent3e582f8c79793a9e583f208f1d8ca0368010302c
aarch64: Fix the choice of unspec in two SME patterns

@aarch64_sme_write<mode> and *aarch64_sme_write<mode>_plus
were using UNSPEC_SME_READ instead of UNSPEC_SME_WRITE.

gcc/
* config/aarch64/aarch64-sme.md (@aarch64_sme_write<mode>)
(*aarch64_sme_write<mode>_plus): Use UNSPEC_SME_WRITE instead
of UNSPEC_SME_READ.
gcc/config/aarch64/aarch64-sme.md