arm: Disambiguate multiple crypto patterns with the same name.
authorRichard Earnshaw <rearnsha@arm.com>
Thu, 21 Oct 2021 11:30:21 +0000 (12:30 +0100)
committerRichard Earnshaw <rearnsha@arm.com>
Thu, 20 Jan 2022 11:14:43 +0000 (11:14 +0000)
commit0042ca7b770aadd6ccf8f53109fdf955f44c18c3
tree42a3fefa7335e901dc0a0c445bfcae2d97306bc4
parent6d51a27fb17d9dc4e583c119fd976d39e575180f
arm: Disambiguate multiple crypto patterns with the same name.

No functional change, but arm/crypto.md has multiple pattenrs all
called crypto_<crypto_pattern>, which makes references to them
ambiguous, so add the iterator base to the pattern name so that it is
distinct in the commit logs.

gcc/ChangeLog:

* config/arm/crypto.md (crypto_<CRYPTO_AESMC:crypto_pattern>): Add
iterator to pattern name to disambiguate.
(crypto_<CRYPTO_AES:crypto_pattern>): Likewise.
(crypto_<CRYPTO_BINARY:crypto_pattern>): Likewise.
(crypto_<CRYPTO_TERNARY:crypto_pattern>): Likewise.
(crypto_<CRYPTO_SELECTING:crypto_pattern>): Likewise.
(crypto_<CRYPTO_SELECTING:crypto_pattern>_lb): Likewise.
gcc/config/arm/crypto.md