[PATCH] D85069: [RISCV] add the MC layer support of riscv vector Zvamo extension
Hsiangkai Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 6 20:03:48 PDT 2020
HsiangKai added a comment.
I confused the relationship of sub-extensions before. Sorry for that.
There are some discussions[0] about the relationship between vector sub-extensions. It seems that

V-extension implies Zvamo + Zvlsseg
Zvqmac, Zvamo and Zvlsseg are stand alone sub extensions. That is, Zvamo does not imply V extension.
Zvqmac has no implied extensions.
Zvamo implies A-extension.
Zvlsseg has no implied extensions.
Do you agree with that?
[0] https://github.com/riscv/riscv-v-spec/issues/546
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85069/new/
https://reviews.llvm.org/D85069
More information about the llvm-commits
mailing list