[PATCH] D117854: [RISCV] Refactor Zve* extensions.

Yueh-Ting Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 20 22:46:03 PST 2022


eopXD added a comment.

FeatureStdExtV will imply Zve32x, Zve64x, Zve32f and Zve64d, both `RISCV.td` or `RISCVISAInfo` does so.
So I wonder why do we need the extra condition here.
May you tell more?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117854/new/

https://reviews.llvm.org/D117854



More information about the llvm-commits mailing list