[PATCH] D144530: [RISCV] MC layer support for SiFive VCIX vendor extension.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 22 20:21:37 PDT 2023
craig.topper added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoXSf.td:117
+
+class CustomSiFiveVCIF<VCIXInfo info>
+ : RVInstVCFCustom2<info.Funct6_hi4, info.Funct3, info.Outs,
----------------
What is the difference between this and CustomSiFiveVCIX?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144530/new/
https://reviews.llvm.org/D144530
More information about the llvm-commits
mailing list