[PATCH] D117889: [RISCV] add support for zbkx subextension in MC layer.
Xinlong Wu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 23 22:56:13 PST 2022
VincentWu added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCV.td:166
+
def HasStdExtZbpOrZbkb
: Predicate<"Subtarget->hasStdExtZbp() || Subtarget->hasStdExtZbkb()">,
----------------
VincentWu wrote:
> you may need rebase again and include `zbxk` into subTargeteature list of `FeatureStdExtZks` & `FeatureStdExtZkn` which is added in https://reviews.llvm.org/D98136.
*`zbkx`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117889/new/
https://reviews.llvm.org/D117889
More information about the llvm-commits
mailing list