We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e1515 commit 346830bCopy full SHA for 346830b
llvm/lib/Target/RISCV/RISCVInstrInfoXqci.td
@@ -456,7 +456,7 @@ let EmitPriority = 0 in {
456
} // EmitPriority = 0
457
} // Predicates = [HasVendorXqcilsm, IsRV32]
458
459
-let Predicates = [HasVendorXqcilsm, IsRV32] in {
+let Predicates = [HasVendorXqcilo, IsRV32] in {
460
let EmitPriority = 0 in {
461
def : InstAlias<"qc.e.lb $rd, (${rs1})",
462
(QC_E_LB GPR:$rd, GPR:$rs1, 0)>;
@@ -475,4 +475,4 @@ let EmitPriority = 0 in {
475
def : InstAlias<"qc.e.sw $rs2, (${rs1})",
476
(QC_E_SW GPR:$rs2, GPR:$rs1, 0)>;
477
478
-} // Predicates = [HasVendorXqcilsm, IsRV32]
+} // Predicates = [HasVendorXqcilo, IsRV32]
0 commit comments