[PATCH] D131141: [RISCV] Add MC support of RISCV Zcb Extension
Kito Cheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 21 06:43:01 PDT 2022
kito-cheng added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoZc.td:108
+
+def C_MUL : RVZcArith_rr<0b100111, 0b10, 0b01, "c.mul">, Sched<[]>;
+
----------------
kito-cheng wrote:
> craig.topper wrote:
> > Does this require M or Zmmul or does Zcb imply M/Zmmul?
> Krste say m require zmmul here:
>
> https://github.com/riscv/riscv-isa-manual/issues/869#issuecomment-1186043486
Oh you mean require m or zmmul here , just ignore my comments :P
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131141/new/
https://reviews.llvm.org/D131141
More information about the llvm-commits
mailing list