Revision 5aac5f6aeed01944e1b6acd03296a32b6c64570b authored by Richard Henderson on 27 March 2018, 03:37:24 UTC, committed by Michael Roth on 21 June 2018, 01:45:01 UTC
Failure to do so results in the tcg optimizer sign-extending
any constant fold from 32-bits.  This turns out to be visible
in the RISC-V testsuite using a host that emits these opcodes
(e.g. any non-x86_64).

Reported-by: Michael Clark <mjc@sifive.com>
Reviewed-by: Emilio G. Cota <cota@braap.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
(cherry picked from commit f2f1dde75160cac6ede330f3db50dc817d01a2d6)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
1 parent c793a0d
History
File Mode Size
Makefile.objs -rw-r--r-- 716 bytes
alsaaudio.c -rw-r--r-- 31.5 KB
audio.c -rw-r--r-- 51.0 KB
audio.h -rw-r--r-- 5.1 KB
audio_int.h -rw-r--r-- 6.7 KB
audio_pt_int.c -rw-r--r-- 3.9 KB
audio_pt_int.h -rw-r--r-- 686 bytes
audio_template.h -rw-r--r-- 11.9 KB
audio_win_int.c -rw-r--r-- 2.3 KB
audio_win_int.h -rw-r--r-- 308 bytes
coreaudio.c -rw-r--r-- 20.9 KB
dsound_template.h -rw-r--r-- 6.9 KB
dsoundaudio.c -rw-r--r-- 22.0 KB
mixeng.c -rw-r--r-- 9.9 KB
mixeng.h -rw-r--r-- 2.2 KB
mixeng_template.h -rw-r--r-- 3.9 KB
noaudio.c -rw-r--r-- 4.7 KB
ossaudio.c -rw-r--r-- 23.8 KB
paaudio.c -rw-r--r-- 23.6 KB
rate_template.h -rw-r--r-- 3.4 KB
sdlaudio.c -rw-r--r-- 11.4 KB
spiceaudio.c -rw-r--r-- 11.2 KB
trace-events -rw-r--r-- 830 bytes
wavaudio.c -rw-r--r-- 8.0 KB
wavcapture.c -rw-r--r-- 5.1 KB

back to top