diff options
author | Christoph Müllner <christoph.muellner@vrull.eu> | 2023-09-08 08:19:32 +0200 |
---|---|---|
committer | Philipp Tomsich <philipp.tomsich@vrull.eu> | 2023-09-08 11:27:57 +0200 |
commit | 0c37fef39fa0a8f77ea4fc67d1bbf5067d4bddb9 (patch) | |
tree | 85f71016f05884381ba252049f68645e8ad7e648 /gcc/range-op-float.cc | |
parent | 5ead44d0d02913757f44aaf7570c74458f6e2074 (diff) | |
download | gcc-0c37fef39fa0a8f77ea4fc67d1bbf5067d4bddb9.zip gcc-0c37fef39fa0a8f77ea4fc67d1bbf5067d4bddb9.tar.gz gcc-0c37fef39fa0a8f77ea4fc67d1bbf5067d4bddb9.tar.bz2 |
riscv: bitmanip: Remove duplicate zero_extendhi<GPR:mode>2 pattern
We currently have two identical zero_extendhi<GPR:mode>2 patterns:
* '*zero_extendhi<GPR:mode>2_zbb'
* '*zero_extendhi<GPR:mode>2_bitmanip'
This patch removes the *_zbb pattern and ensures that all sign- and
zero-extensions use the postfix '_bitmanip'.
Signed-off-by: Christoph Müllner <christoph.muellner@vrull.eu>
gcc/ChangeLog:
* config/riscv/bitmanip.md (*extend<SHORT:mode><SUPERQI:mode>2_zbb):
Rename postfix to _bitmanip.
(*extend<SHORT:mode><SUPERQI:mode>2_bitmanip): Renamed pattern.
(*zero_extendhi<GPR:mode>2_zbb): Remove duplicated pattern.
Diffstat (limited to 'gcc/range-op-float.cc')
0 files changed, 0 insertions, 0 deletions