[PATCH] D117433: [RISCV] Implement support for the Zicbop extension
Jessica Clarke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 16 08:46:36 PST 2022
jrtc27 added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoZicbo.td:67
+let Predicates = [HasStdExtZicbop] in {
+def PREFETCH_I : Prefetch_ri<0b00000, "prefetch.i">, Sched<[]>;
+def PREFETCH_R : Prefetch_ri<0b00001, "prefetch.r">, Sched<[]>;
----------------
Shouldn't TableGen be shouting that these encodings overlap with ORI?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117433/new/
https://reviews.llvm.org/D117433
More information about the llvm-commits
mailing list