From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1005) id 85B123858D38; Sat, 13 Apr 2024 02:45:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 85B123858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712976359; bh=F8X4Nq2aGi0x+skRCZjcDvXT/gMCo23BuSiLDfCG/aE=; h=From:To:Subject:Date:From; b=S4bsqxeINFWyO8gsebqag2Zof0ta5nYcV8twvc4IGwLItgGCq5hjjVmUL8TwipAsN yzn11ZK82JRyyG1vdQ1sJiCTBedGE1FhqLA5WSKarg+iMX9p0VkHdAYR7SdUbkqUJI oZ9sSzZZmKnLqsbE9v8QPmGSM8nE9eRriQZkIew4= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Michael Meissner To: gcc-cvs@gcc.gnu.org Subject: [gcc(refs/users/meissner/heads/work164-test)] Remove moves for tar register. X-Act-Checkin: gcc X-Git-Author: Michael Meissner X-Git-Refname: refs/users/meissner/heads/work164-test X-Git-Oldrev: cc0ccb073996f9df58b7390b24478bc229ecfca7 X-Git-Newrev: 42d3d30eb66b4fb8d0a1ce0b96f3fbf24728e18e Message-Id: <20240413024559.85B123858D38@sourceware.org> Date: Sat, 13 Apr 2024 02:45:59 +0000 (GMT) List-Id: https://gcc.gnu.org/g:42d3d30eb66b4fb8d0a1ce0b96f3fbf24728e18e commit 42d3d30eb66b4fb8d0a1ce0b96f3fbf24728e18e Author: Michael Meissner Date: Fri Apr 12 22:45:36 2024 -0400 Remove moves for tar register. 2024-04-12 Michael Meissner gcc/ * config/rs6000/rs6000.md (movcc_): Remove tar register moves. (movsf_hardfloa): Likewise. (movsd_hardfloa): Likewise. (mov_hardfloat64): Likewise. (mov_softfloat6): Likewise. (_): Likewise. (tf_): Likewise. Diff: --- gcc/config/rs6000/rs6000.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index 404ff3d9cb2..d422e1c184b 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -8120,9 +8120,9 @@ (define_insn "*movcc_" [(set (match_operand:CC_any 0 "nonimmediate_operand" - "=y,x,?y,y,r,r,r,r, r,*wt*c*l,r,m") + "=y,x,?y,y,r,r,r,r, r,*c*l,r,m") (match_operand:CC_any 1 "general_operand" - " y,r, r,O,x,y,r,I,*h, r,m,r"))] + " y,r, r,O,x,y,r,I,*h, r,m,r"))] "register_operand (operands[0], mode) || register_operand (operands[1], mode)" "@ @@ -8210,7 +8210,7 @@ [(set (match_operand:SF 0 "nonimmediate_operand" "=!r, f, v, wa, m, wY, Z, m, wa, !r, f, wa, - !r, *wt*c*l, !r, *h, wa") + !r, *c*l, !r, *h, wa") (match_operand:SF 1 "input_operand" "m, m, wY, Z, f, v, wa, r, j, j, f, wa, @@ -8256,7 +8256,7 @@ (define_insn "movsd_hardfloat" [(set (match_operand:SD 0 "nonimmediate_operand" "=!r, d, m, ?Z, ?d, ?r, - f, !r, *wt*c*l, !r, *h") + f, !r, *c*l, !r, *h") (match_operand:SD 1 "input_operand" "m, ?Z, r, wx, r, d, f, r, r, *h, 0"))] @@ -8286,7 +8286,7 @@ ;; LIS G-const. F/n-const NOP (define_insn "*mov_softfloat" [(set (match_operand:FMOVE32 0 "nonimmediate_operand" - "=r, *wt*c*l, r, r, m, r, + "=r, *c*l, r, r, m, r, r, r, r, *h") (match_operand:FMOVE32 1 "input_operand" @@ -8600,7 +8600,7 @@ [(set (match_operand:FMOVE64 0 "nonimmediate_operand" "=m, d, d, , wY, , Z, , , !r, - YZ, r, !r, *wt*c*l*wt, !r, + YZ, r, !r, *c*l, !r, *h, r, , wa") (match_operand:FMOVE64 1 "input_operand" "d, m, d, wY, , @@ -8652,7 +8652,7 @@ (define_insn "*mov_softfloat64" [(set (match_operand:FMOVE64 0 "nonimmediate_operand" - "=Y, r, r, *wt*c*l, r, r, + "=Y, r, r, *c*l, r, r, r, r, *h") (match_operand:FMOVE64 1 "input_operand" @@ -13698,7 +13698,7 @@ (const_int 1)) (label_ref (match_operand 0)) (pc))) - (set (match_operand:P 2 "nonimmediate_operand" "=1,*r,m,*d*wa*wt*c*l") + (set (match_operand:P 2 "nonimmediate_operand" "=1,*r,m,*d*c*l") (plus:P (match_dup 1) (const_int -1))) (clobber (match_scratch:CC 3 "=X,&x,&x,&x")) @@ -13774,7 +13774,7 @@ (const_int 0)])) (label_ref (match_operand 0)) (pc))) - (set (match_operand:P 2 "nonimmediate_operand" "=1,*r,m,*d*wa*wt*c*l") + (set (match_operand:P 2 "nonimmediate_operand" "=1,*r,m,*d*wa*c*l") (plus:P (match_dup 1) (const_int -1))) (clobber (match_scratch:P 5 "=X,X,&r,r"))