[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:41:45 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<[]>;
+
----------------
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
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