[llvm] [RISCV] Remove unused SDTypeProfile. NFC (PR #159156)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 16 12:13:58 PDT 2025
https://github.com/topperc created https://github.com/llvm/llvm-project/pull/159156
None
>From a727f60284c33b8ecf9de6012293e740e09bef98 Mon Sep 17 00:00:00 2001
From: Craig Topper <craig.topper at sifive.com>
Date: Tue, 16 Sep 2025 12:11:37 -0700
Subject: [PATCH] [RISCV] Remove unused SDTypeProfile. NFC
---
llvm/lib/Target/RISCV/RISCVInstrInfo.td | 3 ---
1 file changed, 3 deletions(-)
diff --git a/llvm/lib/Target/RISCV/RISCVInstrInfo.td b/llvm/lib/Target/RISCV/RISCVInstrInfo.td
index 7cdfb1e0eba01..3529d8f4799ab 100644
--- a/llvm/lib/Target/RISCV/RISCVInstrInfo.td
+++ b/llvm/lib/Target/RISCV/RISCVInstrInfo.td
@@ -44,9 +44,6 @@ def SDT_RISCVIntUnaryOpW : SDTypeProfile<1, 1, [
def SDT_RISCVIntBinOpW : SDTypeProfile<1, 2, [
SDTCisSameAs<0, 1>, SDTCisSameAs<0, 2>, SDTCisVT<0, i64>
]>;
-def SDT_RISCVIntShiftDOpW : SDTypeProfile<1, 3, [
- SDTCisSameAs<0, 1>, SDTCisSameAs<0, 2>, SDTCisVT<0, i64>, SDTCisVT<3, i64>
-]>;
// Target-independent nodes, but with target-specific formats.
def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_CallSeqStart,
More information about the llvm-commits
mailing list