]> git.ipfire.org Git - thirdparty/gcc.git/commit
aarch64: Add ISA requirements to some SVE/SME md comments
authorRichard Sandiford <richard.sandiford@arm.com>
Fri, 29 Nov 2024 12:52:45 +0000 (12:52 +0000)
committerRichard Sandiford <richard.sandiford@arm.com>
Fri, 29 Nov 2024 12:52:45 +0000 (12:52 +0000)
commit7028b1b368a688a3a29f37b9977f238f03fd2d03
tree9135a1bb9628b1ca2917bd48e0e829df4539546f
parent441f8d637d77d4e666bb0424af2335b1c8780890
aarch64: Add ISA requirements to some SVE/SME md comments

The SVE and SME md files are divided into sections, with each
section often starting with a comment that lists the associated
mnemonics.  These lists usually include the base architecture
requirement in parentheses, if the base requirement is greater
than the baseline for the file.  This patch tries to be more
consistent about when we do that for the recently added SVE2p1
and SME2p1 extensions.

gcc/
* config/aarch64/aarch64-sme.md: In the section comments, add the
architecture requirements alongside some mnemonics.
* config/aarch64/aarch64-sve2.md: Likewise.
gcc/config/aarch64/aarch64-sme.md
gcc/config/aarch64/aarch64-sve2.md