[PATCH] D112986: [Clang][RISCV] Restrict rvv builtin-s with zve macro-s
Fraser Cormack via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 21 10:32:11 PST 2022
frasercrmck added a comment.
LGTM too. Though the commit title and message has hyphens in places I wouldn't expect them. `macros` and `builtins` is fine.
================
Comment at: clang/utils/TableGen/RISCVVEmitter.cpp:797
// Init RISC-V extensions
for (const auto &T : OutInTypes) {
----------------
nit: This still says "extensions"
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112986/new/
https://reviews.llvm.org/D112986
More information about the llvm-commits
mailing list