Skip to content

Commit 346830b

Browse files
committed
Update RISCVInstrInfoXqci.td
Change-Id: I412d6d1372aee92d6e66cdd8921e6c0abb225c59
1 parent 48e1515 commit 346830b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/RISCV/RISCVInstrInfoXqci.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ let EmitPriority = 0 in {
456456
} // EmitPriority = 0
457457
} // Predicates = [HasVendorXqcilsm, IsRV32]
458458

459-
let Predicates = [HasVendorXqcilsm, IsRV32] in {
459+
let Predicates = [HasVendorXqcilo, IsRV32] in {
460460
let EmitPriority = 0 in {
461461
def : InstAlias<"qc.e.lb $rd, (${rs1})",
462462
(QC_E_LB GPR:$rd, GPR:$rs1, 0)>;
@@ -475,4 +475,4 @@ let EmitPriority = 0 in {
475475
def : InstAlias<"qc.e.sw $rs2, (${rs1})",
476476
(QC_E_SW GPR:$rs2, GPR:$rs1, 0)>;
477477
} // EmitPriority = 0
478-
} // Predicates = [HasVendorXqcilsm, IsRV32]
478+
} // Predicates = [HasVendorXqcilo, IsRV32]

0 commit comments

Comments
 (0)