Skip to content

Commit 1497fcd

Browse files
committed
fixup! Add mayLoad and other attributes
Change-Id: I3c0805af64e4513760f02e857887c93653a61d50
1 parent 8c4875b commit 1497fcd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Target/RISCV/RISCVInstrInfoXqci.td

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -791,6 +791,7 @@ let Predicates = [HasVendorXqcisync, IsRV32] in {
791791
def QC_C_SYNCWF : QCIRVInst16CBSYNC<0b100, "qc.c.syncwf">;
792792
def QC_C_SYNCWL : QCIRVInst16CBSYNC<0b101, "qc.c.syncwl">;
793793

794+
let mayLoad = 0, mayStore = 0, hasSideEffects = 1 in
794795
def QC_C_DELAY : RVInst16CI<0b000, 0b10, (outs),
795796
(ins uimm5nonzero:$imm),
796797
"qc.c.delay", "$imm"> {

0 commit comments

Comments
 (0)