projects
/
platform
/
upstream
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdce676
)
or1k: Update unexpected empty split condition
author
Kewen Lin
<linkw@linux.ibm.com>
Fri, 28 May 2021 05:21:11 +0000
(
00:21
-0500)
committer
Kewen Lin
<linkw@linux.ibm.com>
Sat, 5 Jun 2021 11:28:03 +0000
(06:28 -0500)
gcc/ChangeLog:
* config/or1k/or1k.md (*movdi): Fix empty split condition.
gcc/config/or1k/or1k.md
patch
|
blob
|
history
diff --git
a/gcc/config/or1k/or1k.md
b/gcc/config/or1k/or1k.md
index
eb94efb
..
495b3e2
100644
(file)
--- 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);