]> git.ipfire.org Git - thirdparty/gcc.git/commit
[RISCV] Move iterators from bitmanip.md to iterators.md
authorAndrew Pinski <apinski@marvell.com>
Thu, 11 Aug 2022 23:52:29 +0000 (23:52 +0000)
committerAndrew Pinski <apinski@marvell.com>
Wed, 24 Aug 2022 19:15:30 +0000 (12:15 -0700)
commit3f9061d95d5835ef0d3c46de1076d62d27513e6b
treed3f5c3482728c99403dec1707ef8435469b385f3
parent43e741478e3db0f319246475a585af51291b0101
[RISCV] Move iterators from bitmanip.md to iterators.md

Just like the previous patch this move all of the iterators
of bitmanip.md to iterators.md.  All modern backends put the
iterators in iterators.md for easier access.

OK? Built and tested for riscv32-linux-gnu with --with-arch=rv32imafdc_zba_zbb_zbc_zbs.

Thanks,
Andrew Pinski

gcc/ChangeLog:

* config/riscv/bitmanip.md
(bitmanip_bitwise, bitmanip_minmax, clz_ctz_pcna,
tbitmanip_optab, bitmanip_insn, shiftm1): Move to ...
* config/riscv/iterators.md: Here.
gcc/config/riscv/bitmanip.md
gcc/config/riscv/iterators.md