diff options
author | Christoph Müllner <christoph.muellner@vrull.eu> | 2024-01-30 10:22:27 +0100 |
---|---|---|
committer | Christoph Müllner <christoph.muellner@vrull.eu> | 2024-01-30 10:55:12 +0100 |
commit | 87ed338808f8d56b1270724584218cf7d801fe5b (patch) | |
tree | 5ed1038ba1807bb711a7dc05ecef0ba1c74e2c09 /gcc/tree-vect-loop-manip.cc | |
parent | d1d144d80f27f7a027ec8a05758555e7aa45462f (diff) | |
download | gcc-87ed338808f8d56b1270724584218cf7d801fe5b.zip gcc-87ed338808f8d56b1270724584218cf7d801fe5b.tar.gz gcc-87ed338808f8d56b1270724584218cf7d801fe5b.tar.bz2 |
riscv: Move UNSPEC_XTHEAD* from unspecv to unspec
The UNSPEC_XTHEAD* macros ended up in the unspecv enum,
which broke gcc/testsuite/gcc.target/riscv/xtheadfmv-fmv.c.
The INSNs expect these unspecs to be not volatile.
Further, there is not reason to have them defined volatile.
So let's simply move the macros into the unspec enum.
With this patch we have again 0 fails in riscv.exp.
gcc/ChangeLog:
* config/riscv/riscv.md: Move UNSPEC_XTHEADFMV* to unspec enum.
Signed-off-by: Christoph Müllner <christoph.muellner@vrull.eu>
Diffstat (limited to 'gcc/tree-vect-loop-manip.cc')
0 files changed, 0 insertions, 0 deletions