public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/vendors/riscv/heads/gcc-13-with-riscv-opts)] In pipeline scheduling, insns should not be fusion in different BB blocks.
@ 2023-07-14  2:39 Jeff Law
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Law @ 2023-07-14  2:39 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:6635f051e4915232ee684af3ade1311f72be8a25

commit 6635f051e4915232ee684af3ade1311f72be8a25
Author: Jin Ma <jinma@linux.alibaba.com>
Date:   Thu May 25 11:55:26 2023 -0600

    In pipeline scheduling, insns should not be fusion in different BB blocks.
    
    gcc/ChangeLog:
    
            * sched-deps.cc (sched_macro_fuse_insns): Insns should not be fusion
            in different BB blocks.

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

diff --git a/gcc/sched-deps.cc b/gcc/sched-deps.cc
index 2aa6623ad2e..998fe930804 100644
--- a/gcc/sched-deps.cc
+++ b/gcc/sched-deps.cc
@@ -2833,7 +2833,7 @@ sched_macro_fuse_insns (rtx_insn *insn)
      compile time complexity.  */
   if (DEBUG_INSN_P (insn))
     return;
-  prev = prev_nonnote_nondebug_insn (insn);
+  prev = prev_nonnote_nondebug_insn_bb (insn);
   if (!prev)
     return;

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

* [gcc(refs/vendors/riscv/heads/gcc-13-with-riscv-opts)] In pipeline scheduling, insns should not be fusion in different BB blocks.
@ 2023-05-25 23:23 Jeff Law
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Law @ 2023-05-25 23:23 UTC (permalink / raw)
  To: gcc-cvs

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

commit 3a18e2cfe48fb7a237c68c1b8ebdc80d2307fc72
Author: Jin Ma <jinma@linux.alibaba.com>
Date:   Thu May 25 11:55:26 2023 -0600

    In pipeline scheduling, insns should not be fusion in different BB blocks.
    
    gcc/ChangeLog:
    
            * sched-deps.cc (sched_macro_fuse_insns): Insns should not be fusion
            in different BB blocks.

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

diff --git a/gcc/sched-deps.cc b/gcc/sched-deps.cc
index 2aa6623ad2e..998fe930804 100644
--- a/gcc/sched-deps.cc
+++ b/gcc/sched-deps.cc
@@ -2833,7 +2833,7 @@ sched_macro_fuse_insns (rtx_insn *insn)
      compile time complexity.  */
   if (DEBUG_INSN_P (insn))
     return;
-  prev = prev_nonnote_nondebug_insn (insn);
+  prev = prev_nonnote_nondebug_insn_bb (insn);
   if (!prev)
     return;

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

end of thread, other threads:[~2023-07-14  2:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-14  2:39 [gcc(refs/vendors/riscv/heads/gcc-13-with-riscv-opts)] In pipeline scheduling, insns should not be fusion in different BB blocks Jeff Law
  -- strict thread matches above, loose matches on Subject: below --
2023-05-25 23:23 Jeff Law

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).