Revision 196601e759b89e70c7a4470c5ef8b9f0b307298a authored by Richard Henderson on 04 April 2024, 20:53:50 UTC, committed by Michael Tokarev on 10 April 2024, 15:51:37 UTC
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 e25fe886b89a396bae5847520b70c148587d490a)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
1 parent 20cd0c8
History
File Mode Size
fds.c -rw-r--r-- 13.8 KB
hmp-cmds-target.c -rw-r--r-- 10.4 KB
hmp-cmds.c -rw-r--r-- 10.9 KB
hmp-target.c -rw-r--r-- 5.0 KB
hmp.c -rw-r--r-- 40.3 KB
meson.build -rw-r--r-- 287 bytes
monitor-internal.h -rw-r--r-- 6.6 KB
monitor.c -rw-r--r-- 21.6 KB
qmp-cmds-control.c -rw-r--r-- 6.3 KB
qmp-cmds.c -rw-r--r-- 5.7 KB
qmp.c -rw-r--r-- 17.6 KB
trace-events -rw-r--r-- 887 bytes
trace.h -rw-r--r-- 33 bytes

back to top