[PATCH] D115668: [RISCV] Add a table for extension implications.
Yueh-Ting Chen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 13 19:11:08 PST 2021
eopXD added inline comments.
================
Comment at: llvm/lib/Support/RISCVISAInfo.cpp:698
+static const char *ImpliedExts_v[] = {"zvlsseg"};
+static const char *ImpliedExts_zfh[] = {"zfhmin"};
----------------
Will the variables with underscore violate the naming conventions in LLVM?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115668/new/
https://reviews.llvm.org/D115668
More information about the llvm-commits
mailing list