[PATCH] D144696: [RISCV][NFC] Package version number information using RISCVExtensionVersion.

Wang Pengcheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 24 00:52:05 PST 2023


pcwang-thead added a comment.

> My intention is to support RVV0.71, since specific cpu's exist for the XuanTie C900 series. In LLVM use Feature to distinguish between different versions of extensions. I am considering how to solve this problem, using multiple `.td` files in the worst case.

@ym1813382441
Thanks for your works and we really appreciate it. :-)
Similar proposal has been rejected by the community (please refer to D115921 <https://reviews.llvm.org/D115921> for previous discussion) and I don't know if others have changed their minds.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144696



More information about the llvm-commits mailing list