diff options
author | Craig Topper <craig.topper@sifive.com> | 2025-07-22 22:35:48 -0700 |
---|---|---|
committer | Craig Topper <craig.topper@sifive.com> | 2025-07-22 22:35:48 -0700 |
commit | 5050a1507116735b5e7b6a6c7f7fcee49a8aa714 (patch) | |
tree | 2f7199182cb472edc6e48890f883b528b085889c | |
parent | 2edc730a687be160965e4b9026a55905f7dfeebe (diff) | |
download | llvm-5050a1507116735b5e7b6a6c7f7fcee49a8aa714.zip llvm-5050a1507116735b5e7b6a6c7f7fcee49a8aa714.tar.gz llvm-5050a1507116735b5e7b6a6c7f7fcee49a8aa714.tar.bz2 |
[RISCV] Remove extra spaces from RISCVInstrInfoP.td. NFC
-rw-r--r-- | llvm/lib/Target/RISCV/RISCVInstrInfoP.td | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/RISCV/RISCVInstrInfoP.td b/llvm/lib/Target/RISCV/RISCVInstrInfoP.td index ff48f06..7f1077a 100644 --- a/llvm/lib/Target/RISCV/RISCVInstrInfoP.td +++ b/llvm/lib/Target/RISCV/RISCVInstrInfoP.td @@ -174,8 +174,8 @@ def PSABS_H : RVPUnaryWUF<0b00, 0b00111, "psabs.h">; def PSABS_B : RVPUnaryWUF<0b10, 0b00111, "psabs.b">; } // Predicates = [HasStdExtP] let Predicates = [HasStdExtP, IsRV64] in { -def PSEXT_W_B : RVPUnaryWUF<0b01, 0b00100, "psext.w.b">; -def PSEXT_W_H : RVPUnaryWUF<0b01, 0b00101, "psext.w.h">; +def PSEXT_W_B : RVPUnaryWUF<0b01, 0b00100, "psext.w.b">; +def PSEXT_W_H : RVPUnaryWUF<0b01, 0b00101, "psext.w.h">; } // Predicates = [HasStdExtP, IsRV64] let Predicates = [HasStdExtP] in |