From: Jeff Law Date: Wed, 25 Mar 2020 20:12:32 +0000 (-0600) Subject: Fix vector-compare-1 regressions on sh4/sh4eb caused by pattern clobbering T reg... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=eeb0c7c07133634eb5e98ba0348392684a763c95;p=gcc.git Fix vector-compare-1 regressions on sh4/sh4eb caused by pattern clobbering T reg without expressing that in its RTL. PR rtl-optimization/90275 * config/sh/sh.md (mov_neg_si_t): Clobber the T register in the pattern. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 06b06ab68de..3ad7a7aae0d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2020-03-25 Jeff Law + + PR rtl-optimization/90275 + * config/sh/sh.md (mov_neg_si_t): Clobber the T register in the + pattern. + 2020-03-25 Jakub Jelinek PR target/94292