Skip to content

Commit 9c1d59e

Browse files
committed
fixup! Fix typo and format
1 parent 4940555 commit 9c1d59e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

llvm/lib/Target/RISCV/RISCVInstrInfoP.td

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,15 +211,13 @@ let Predicates = [HasStdExtP] in {
211211

212212
def PSATI_H : RVPShiftH_ri<0b110, 0b100, "psati.h">;
213213
} // Predicates = [HasStdExtP]
214-
215214
let Predicates = [HasStdExtP, IsRV32], DecoderNamespace = "RV32Only" in {
216215
def USATI_RV32 : RVPShiftW_ri<0b010, 0b100, "usati">;
217216

218217
def SRARI_RV32 : RVPShiftW_ri<0b101, 0b100, "srari">;
219218

220219
def SATI_RV32 : RVPShiftW_ri<0b110, 0b100, "sati">;
221-
} // Predicates = [HasStdExtP, IsRV64]
222-
220+
} // Predicates = [HasStdExtP, IsRV32]
223221
let Predicates = [HasStdExtP, IsRV64] in {
224222
def PSRLI_W : RVPShiftW_ri<0b000, 0b100, "psrli.w">;
225223
def PSRAI_W : RVPShiftW_ri<0b100, 0b100, "psrai.w">;

0 commit comments

Comments
 (0)