qemu/tests/tcg
Richard Henderson b198998b7f tcg/optimize: Do not attempt to constant fold neg_vec
Split out the tail of fold_neg to fold_neg_no_const so that we
can avoid attempting to constant fold vector negate.

Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2150
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
(cherry picked from commit e25fe886b8)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
(Mjt: context fixup in tests/tcg/aarch64/Makefile.target)
2024-04-10 18:52:48 +03:00
..
aarch64 tcg/optimize: Do not attempt to constant fold neg_vec 2024-04-10 18:52:48 +03:00
alpha
arm tests/tcg: Add -fno-stack-protector 2023-11-02 15:04:24 +03:00
cris tests/tcg: Add -fno-stack-protector 2023-11-02 15:04:24 +03:00
hexagon tests/tcg: Add -fno-stack-protector 2023-11-02 15:04:24 +03:00
hppa
i386 tests/tcg: Add -fno-stack-protector 2023-11-02 15:04:24 +03:00
loongarch64 target/loongarch: Remove cpu_fcsr0 2022-08-08 19:42:53 -07:00
m68k
minilib tests/tcg: Add -fno-stack-protector 2023-11-02 15:04:24 +03:00
mips tests/tcg: Add -fno-stack-protector 2023-11-02 15:04:24 +03:00
multiarch tests/tcg: fix unused variable in linux-test 2023-03-29 10:20:05 +03:00
nios2 tests/tcg/nios2: Tweak 10m50-ghrd.ld 2022-10-31 20:37:58 +00:00
openrisc
ppc
ppc64 tests/tcg: move compiler tests to Makefiles 2022-10-06 11:53:40 +01:00
ppc64le tests/tcg: unify ppc64 and ppc64le Makefiles 2022-10-06 11:53:40 +01:00
riscv64 target/riscv: Set pc_succ_insn for !rvc illegal insn 2023-03-29 10:20:04 +03:00
s390x tests/tcg/s390x: Test LAALG with negative cc_src 2023-11-19 21:15:23 +03:00
sh4 tests/tcg: re-enable threadcount for sh4 2022-10-31 20:37:59 +00:00
sparc64
tricore
x86_64 target/i386: fix cmpxchg with 32-bit register destination 2022-11-15 09:34:42 +10:00
xtensa
Makefile.target tests/tcg: Add -fno-stack-protector 2023-11-02 15:04:24 +03:00
README

This directory contains various interesting guest programs for
regression testing. Tests are either multi-arch, meaning they can be
built for all guest architectures that support linux-user executable,
or they are architecture specific.

CRIS
====
The testsuite for CRIS is in tests/tcg/cris.  You can run it
with "make test-cris".