[llvm] [RISCV][NFC] Cleanup SCR1 sched model (PR #96088)
Anton Sidorenko via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 19 09:23:18 PDT 2024
https://github.com/asi-sc created https://github.com/llvm/llvm-project/pull/96088
Related to https://github.com/llvm/llvm-project/pull/95948
>From c947c963d707b48e8ceaf88a3f96189ed4c13f2c Mon Sep 17 00:00:00 2001
From: Anton Sidorenko <anton.sidorenko at syntacore.com>
Date: Wed, 19 Jun 2024 17:57:27 +0300
Subject: [PATCH] [RISCV][NFC] Cleanup SCR1 sched model
Related to https://github.com/llvm/llvm-project/pull/95948
---
llvm/lib/Target/RISCV/RISCVSchedSyntacoreSCR1.td | 2 --
1 file changed, 2 deletions(-)
diff --git a/llvm/lib/Target/RISCV/RISCVSchedSyntacoreSCR1.td b/llvm/lib/Target/RISCV/RISCVSchedSyntacoreSCR1.td
index 84417c11abe5e..dc20fdcea4d78 100644
--- a/llvm/lib/Target/RISCV/RISCVSchedSyntacoreSCR1.td
+++ b/llvm/lib/Target/RISCV/RISCVSchedSyntacoreSCR1.td
@@ -101,8 +101,6 @@ def : ReadAdvance<ReadIRem, 0>;
def : ReadAdvance<ReadIRem32, 0>;
def : ReadAdvance<ReadIMul, 0>;
def : ReadAdvance<ReadIMul32, 0>;
-def : ReadAdvance<ReadSFBJmp, 0>;
-def : ReadAdvance<ReadSFBALU, 0>;
//===----------------------------------------------------------------------===//
// Unsupported extensions
More information about the llvm-commits
mailing list