[PATCH] D119530: [RISCV] Add combination crypto extensions in ISAInfo
Xinlong Wu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 12 22:54:54 PST 2022
VincentWu added inline comments.
================
Comment at: llvm/lib/Support/RISCVISAInfo.cpp:754
static const char *ImpliedExtsZvl64b[] = {"zvl32b"};
static const char *ImpliedExtsZk[] = {"zkn", "zkt", "zkr"};
static const char *ImpliedExtsZkn[] = {"zbkb", "zbkc", "zbkx", "zkne", "zknd", "zknh"};
----------------
i'm not sure did you notice that?
could you explain what's different about this patch?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119530/new/
https://reviews.llvm.org/D119530
More information about the llvm-commits
mailing list