[llvm] 5a0c27d - [RISCV][NFC] Remove SEW suffix from pseudoinstructions

Nitin John Raj via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 24 16:41:02 PDT 2023


Author: Nitin John Raj
Date: 2023-03-24T16:33:24-07:00
New Revision: 5a0c27d3719e63c8c4f1a3907ceda2a796e17968

URL: https://github.com/llvm/llvm-project/commit/5a0c27d3719e63c8c4f1a3907ceda2a796e17968
DIFF: https://github.com/llvm/llvm-project/commit/5a0c27d3719e63c8c4f1a3907ceda2a796e17968.diff

LOG: [RISCV][NFC] Remove SEW suffix from pseudoinstructions

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 2aea107fd19d..a7646f699b14 100644
--- a/llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
+++ b/llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
@@ -49,6 +49,10 @@ defvar TA_MA = 3;
 
 class PseudoToVInst<string PseudoInst> {
   defvar AffixSubsts = [["Pseudo", ""],
+                        ["_E64", ""],
+                        ["_E32", ""],
+                        ["_E16", ""],
+                        ["_E8", ""],
                         ["_F64", "_F"],
                         ["_F32", "_F"],
                         ["_F16", "_F"],


        


More information about the llvm-commits mailing list