public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/aoliva/heads/testme)] Revert commit r12-5852-g50e8b0c9bca6cdc57804f860ec5311b641753fbb
@ 2022-02-23  8:26 Alexandre Oliva
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Oliva @ 2022-02-23  8:26 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:3bdc6badc836b4333d688a5ff4e6dcf6b898c79e

commit 3bdc6badc836b4333d688a5ff4e6dcf6b898c79e
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Wed Feb 23 05:00:09 2022 -0300

    Revert commit r12-5852-g50e8b0c9bca6cdc57804f860ec5311b641753fbb
    
    The patch for PR103302 caused PR104121, and extended the live ranges
    of LRA reloads.
    
    
    for gcc/ChangeLog
    
            PR target/104121
            PR target/103302
            * expr.cc (emit_move_multi_word): Restore clobbers during LRA.

Diff:
---
 gcc/expr.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/expr.cc b/gcc/expr.cc
index 35e40299753..5f7142b975a 100644
--- a/gcc/expr.cc
+++ b/gcc/expr.cc
@@ -3929,7 +3929,7 @@ emit_move_multi_word (machine_mode mode, rtx x, rtx y)
      hard regs shouldn't appear here except as return values.
      We never want to emit such a clobber after reload.  */
   if (x != y
-      && ! (lra_in_progress || reload_in_progress || reload_completed)
+      && ! (reload_in_progress || reload_completed)
       && need_clobber != 0)
     emit_clobber (x);


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gcc(refs/users/aoliva/heads/testme)] Revert commit r12-5852-g50e8b0c9bca6cdc57804f860ec5311b641753fbb
@ 2022-02-23 19:40 Alexandre Oliva
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Oliva @ 2022-02-23 19:40 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:c4e6ca34c3fdac8b92365d99b4f6708f9a92fd42

commit c4e6ca34c3fdac8b92365d99b4f6708f9a92fd42
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Wed Feb 23 05:00:09 2022 -0300

    Revert commit r12-5852-g50e8b0c9bca6cdc57804f860ec5311b641753fbb
    
    The patch for PR103302 caused PR104121, and extended the live ranges
    of LRA reloads.
    
    
    for gcc/ChangeLog
    
            PR target/104121
            PR target/103302
            * expr.cc (emit_move_multi_word): Restore clobbers during LRA.

Diff:
---
 gcc/expr.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/expr.cc b/gcc/expr.cc
index 35e40299753..5f7142b975a 100644
--- a/gcc/expr.cc
+++ b/gcc/expr.cc
@@ -3929,7 +3929,7 @@ emit_move_multi_word (machine_mode mode, rtx x, rtx y)
      hard regs shouldn't appear here except as return values.
      We never want to emit such a clobber after reload.  */
   if (x != y
-      && ! (lra_in_progress || reload_in_progress || reload_completed)
+      && ! (reload_in_progress || reload_completed)
       && need_clobber != 0)
     emit_clobber (x);


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-23 19:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-23  8:26 [gcc(refs/users/aoliva/heads/testme)] Revert commit r12-5852-g50e8b0c9bca6cdc57804f860ec5311b641753fbb Alexandre Oliva
2022-02-23 19:40 Alexandre Oliva

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).