From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2063) id 35E7739BD419; Sat, 5 Jun 2021 11:44:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 35E7739BD419 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Kewen Lin To: gcc-cvs@gcc.gnu.org Subject: [gcc r12-1236] or1k: Update unexpected empty split condition X-Act-Checkin: gcc X-Git-Author: Kewen Lin X-Git-Refname: refs/heads/master X-Git-Oldrev: bdce6760c2098558cbf9c89e166ddb172ec56cc7 X-Git-Newrev: 8afd2e822903b3df63e69bb04a2aa533047ceb01 Message-Id: <20210605114444.35E7739BD419@sourceware.org> Date: Sat, 5 Jun 2021 11:44:44 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jun 2021 11:44:44 -0000 https://gcc.gnu.org/g:8afd2e822903b3df63e69bb04a2aa533047ceb01 commit r12-1236-g8afd2e822903b3df63e69bb04a2aa533047ceb01 Author: Kewen Lin Date: Fri May 28 00:21:11 2021 -0500 or1k: Update unexpected empty split condition gcc/ChangeLog: * config/or1k/or1k.md (*movdi): Fix empty split condition. Diff: --- gcc/config/or1k/or1k.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/or1k/or1k.md b/gcc/config/or1k/or1k.md index eb94efba0e4..495b3e277ba 100644 --- a/gcc/config/or1k/or1k.md +++ b/gcc/config/or1k/or1k.md @@ -351,7 +351,7 @@ "register_operand (operands[0], DImode) || reg_or_0_operand (operands[1], DImode)" "#" - "" + "&& 1" [(const_int 0)] { rtx l0 = operand_subword (operands[0], 0, 0, DImode);