[PATCH] D113336: [RISCV] Imply extensions in RISCVTargetInfo::initFeatureMap

Yueh-Ting Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 20 00:51:30 PST 2022


eopXD added a comment.

This patch needs to be landed before D112613 <https://reviews.llvm.org/D112613> because clang_cc1 needs to do correct implication from `v`, `zve32f`, `zve64f` and `zve64d` and this patch fixes the issue.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113336



More information about the llvm-commits mailing list