[llvm] [RISCV] Fix wrong implication for zvknhb. (PR #66860)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 5 09:09:35 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"};
----------------
topperc wrote:
Do we need to change this to imply zve64x to match RISCV.td
https://github.com/llvm/llvm-project/pull/66860
More information about the llvm-commits
mailing list