[clang] [RISCV] Fix wrong implication for zvknhb. (PR #66860)
Brandon Wu via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 10 18:58:24 PDT 2023
================
@@ -1013,7 +1013,6 @@ static const char *ImpliedExtsZvfhmin[] = {"zve32f"};
static const char *ImpliedExtsZvkn[] = {"zvkb", "zvkned", "zvknhb", "zvkt"};
static const char *ImpliedExtsZvknc[] = {"zvbc", "zvkn"};
static const char *ImpliedExtsZvkng[] = {"zvkg", "zvkn"};
-static const char *ImpliedExtsZvknhb[] = {"zvknha"};
----------------
4vtomat wrote:
Oh I missed it, thanks!
https://github.com/llvm/llvm-project/pull/66860
More information about the cfe-commits
mailing list