On Thu, Dec 08, 2022 at 08:05:30PM -0600, Richard Henderson wrote: > Load constants in no more than two insns, which turns > out to be faster than using the constant pool. > > Suggested-by: Ilya Leoshkevich <i...@linux.ibm.com> > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > tcg/s390x/tcg-target.c.inc | 23 +++++++++++++++++------ > 1 file changed, 17 insertions(+), 6 deletions(-)
Thanks! Reviewed-by: Ilya Leoshkevich <i...@linux.ibm.com>