[llvm] 4767fbf - [RISCV] Remove unnecessary replacements from PseudoToVInst. NFC
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 11 11:27:32 PDT 2023
Author: Craig Topper
Date: 2023-08-11T11:27:25-07:00
New Revision: 4767fbf6ddf7bf7e84b413579033205e25b59541
URL: https://github.com/llvm/llvm-project/commit/4767fbf6ddf7bf7e84b413579033205e25b59541
DIFF: https://github.com/llvm/llvm-project/commit/4767fbf6ddf7bf7e84b413579033205e25b59541.diff
LOG: [RISCV] Remove unnecessary replacements from PseudoToVInst. NFC
There are no instruction names containing _BF16 or _WBF16.
Added:
Modified:
llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
Removed:
################################################################################
diff --git a/llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td b/llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
index 98f01a855385ab..245e46ef95cf37 100644
--- a/llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
+++ b/llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
@@ -118,7 +118,6 @@ class PseudoToVInst<string PseudoInst> {
["_F64", "_F"],
["_F32", "_F"],
["_F16", "_F"],
- ["_BF16", "_F"],
["_VF64", "_VF"],
["_VF32", "_VF"],
["_VF16", "_VF"],
@@ -126,7 +125,6 @@ class PseudoToVInst<string PseudoInst> {
["_WF64", "_WF"],
["_WF32", "_WF"],
["_WF16", "_WF"],
- ["_WBF16", "_WF"],
["_TU", ""],
["_TIED", ""],
["_MASK", ""],
More information about the llvm-commits
mailing list