[PATCH] D98136: [RISCV][RFC] Initially support the K-extension instructions on the LLVM MC layer
Liao Chunyu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 4 05:08:33 PST 2022
liaolucy added inline comments.
================
Comment at: llvm/lib/Support/RISCVISAInfo.cpp:64
+ {"zbkb", RISCVExtensionVersion{1, 0}},
+ {"zbkc", RISCVExtensionVersion{1, 0}},
----------------
Should zbkb extension be removed?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98136/new/
https://reviews.llvm.org/D98136
More information about the llvm-commits
mailing list