public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-8676] Revert "RISC-V: Enable assert for insn_has_dfa_reservation"
@ 2024-02-01  5:53 Edwin Lu
  0 siblings, 0 replies; only message in thread
From: Edwin Lu @ 2024-02-01  5:53 UTC (permalink / raw)
  To: gcc-cvs

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

commit r14-8676-gbe697c0ab187466a0a76ef228055b591718e3e4d
Author: Edwin Lu <ewlu@rivosinc.com>
Date:   Wed Jan 31 21:49:20 2024 -0800

    Revert "RISC-V: Enable assert for insn_has_dfa_reservation"
    
    This reverts commit 23cd2961bd2ff63583f46e3499a07bd54491d45c.

Diff:
---
 gcc/config/riscv/riscv.cc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gcc/config/riscv/riscv.cc b/gcc/config/riscv/riscv.cc
index b08a3e285349..529ef5e84b7b 100644
--- a/gcc/config/riscv/riscv.cc
+++ b/gcc/config/riscv/riscv.cc
@@ -8234,7 +8234,9 @@ riscv_sched_variable_issue (FILE *, int, rtx_insn *insn, int more)
 
   /* If we ever encounter an insn without an insn reservation, trip
      an assert so we can find and fix this problem.  */
+#if 0
   gcc_assert (insn_has_dfa_reservation_p (insn));
+#endif
 
   return more - 1;
 }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-02-01  5:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-01  5:53 [gcc r14-8676] Revert "RISC-V: Enable assert for insn_has_dfa_reservation" Edwin Lu

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