projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70d2d77
)
* config/bfin/bfin.md (movpdi): Fix length for alternative 1.
author
Jeff Law
<law@redhat.com>
Sun, 24 Mar 2019 19:25:49 +0000
(13:25 -0600)
committer
Jeff Law
<law@gcc.gnu.org>
Sun, 24 Mar 2019 19:25:49 +0000
(13:25 -0600)
From-SVN: r269899
gcc/ChangeLog
patch
|
blob
|
history
gcc/config/bfin/bfin.md
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 4a5b122eedd45e409ea6ad7c47e5a6c70296a3e0..85ec6be48e14c246818df3cd9e4c3a2348fe3dd5 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,5
+1,7
@@
2019-03-26 Jeff Law <law@redhat.com>
+ * config/bfin/bfin.md (movpdi): Fix length for alternative 1.
+
PR rtl-optimization/87761
* regcprop.c (copyprop_hardreg_forward_1): Check may_trap_p on SET,
not INSN. Also check RTX_FRAME_RELATED_P. Queue insns for DF rescan
diff --git
a/gcc/config/bfin/bfin.md
b/gcc/config/bfin/bfin.md
index 11c7c9ecd249697d2eca1f0d726dfdd59236e486..ac589242413d8ff48e4c04be46635214ee664685 100644
(file)
--- a/
gcc/config/bfin/bfin.md
+++ b/
gcc/config/bfin/bfin.md
@@
-557,6
+557,7
@@
%0 = %x1; %0 = %w1;
%w0 = %1; %x0 = %1;"
[(set_attr "type" "move,mcst,mcld")
+ (set_attr "length" "4,*,*")
(set_attr "seq_insns" "*,multi,multi")])
(define_insn "load_accumulator"